#D34024

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

Shades of Harley Davidson Orange #D34024

Tints of Harley Davidson Orange #D34024

Color information

#D34024 (or 0xD34024) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 40 and 24. RGB value is (211,64,36). Sum of RGB (Red+Green+Blue) = 211+64+36=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D34024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34024 is #2CBFDB. Grayscale: #696969. Windows color (decimal): -2932700 or 2375891. OLE color: 2375891.

HSL color Cylindrical-coordinate representation of color #D34024: hue angle of 9.6º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D34024 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB2116436-
CMYK00.700.830.17
HSL9.6º70.85%48.43%-
HSV(B)9.6º82.94%82.75%-
XYZ29.0217.643.55-
YUV104.7689.2203.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 67.85%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 36 (14.45% from 255) = 11.58%
R=67.85%
G=20.58%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211643600.700.830.179.670.8548.43
HexD340240465311a4730
Octal323100440106123211210760
Binary1101001110000001001000100011010100111000110101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34024; }

 p { color: rgb(211,64,36); }

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

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

 a { background-color: rgb(211,64,36); }

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

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

 span { border-color: rgb(211,64,36); }

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