#D72A1E

Color #D72A1E Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D72A1E

Tints of Harley Davidson Orange #D72A1E

Color information

#D72A1E (or 0xD72A1E) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 2A and 1E. RGB value is (215,42,30). Sum of RGB (Red+Green+Blue) = 215+42+30=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A1E is #28D5E1. Grayscale: #5C5C5C. Windows color (decimal): -2676194 or 1977047. OLE color: 1977047.

HSL color Cylindrical-coordinate representation of color #D72A1E: hue angle of 3.89º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D72A1E is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2154230-
CMYK00.800.860.16
HSL3.89º75.51%48.04%-
HSV(B)3.89º86.05%84.31%-
XYZ29.0916.22.82-
YUV92.3692.81215.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 74.91%
GREEN value IS 42 (16.80% from 255) = 14.63%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=74.91%
G=14.63%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215423000.800.860.163.8975.5148.04
HexD72A1E050561044c30
Octal3275236012012620411460
Binary1101011110101011110010100001010110100001001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72A1E; }

 p { color: rgb(215,42,30); }

 H1.HeaderClassName
 {
   color: #D72A1E;
 }
 .AnyTagClassName
 {
   color: #D72A1E;
 }
</style>
background-color css

<style>
 a { background-color: #D72A1E; }

 a { background-color: rgb(215,42,30); }

 div.DivClassName
 {
   background-color: #D72A1E;
 }
 .BgClassName
 {
   background-color: #D72A1E;
 }
</style>
border-color css

<style>
 span { border-color: #D72A1E; }

 span { border-color: rgb(215,42,30); }

 td.TdClassName
 {
   border-color: #D72A1E;
 }
 .TagClassName
 {
   border-color: #D72A1E;
 }
</style>