#D12A0C

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

Shades of Harley Davidson Orange #D12A0C

Tints of Harley Davidson Orange #D12A0C

Color information

#D12A0C (or 0xD12A0C) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 2A and 0C. RGB value is (209,42,12). Sum of RGB (Red+Green+Blue) = 209+42+12=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12A0C is #2ED5F3. Grayscale: #585858. Windows color (decimal): -3069428 or 797393. OLE color: 797393.

HSL color Cylindrical-coordinate representation of color #D12A0C: hue angle of 9.14º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D12A0C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB2094212-
CMYK00.800.940.18
HSL9.14º89.14%43.33%-
HSV(B)9.14º94.26%81.96%-
XYZ27.1915.241.86-
YUV88.5184.83213.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 79.47%
GREEN value IS 42 (16.80% from 255) = 15.97%
BLUE value IS 12 (5.08% from 255) = 4.56%
R=79.47%
G=15.97%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209421200.800.940.189.1489.1443.33
HexD12AC0505E129592b
Octal32152140120136221113153
Binary1101000110101011000101000010111101001010011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12A0C; }

 p { color: rgb(209,42,12); }

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

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

 a { background-color: rgb(209,42,12); }

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

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

 span { border-color: rgb(209,42,12); }

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