Html Css Color HEX #D24006 Harley Davidson Orange

📋 copy color: '#D24006'

red 210 ◦ green 64 ◦ blue 6

#D24006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #D24006

Tints of Harley Davidson Orange #D24006

RGB

 RED value IS 210 (82.42% from 255) = 75%

 GREEN value IS 64 (25.39% from 255) = 22.86%

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 75%
G = 22.86%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D24006 (or 0xD24006) is known color: Harley Davidson Orange. HEX triplet: D2, 40 and 06. RGB value is (210,64,6). Sum of RGB (Red+Green+Blue) = 210+64+6=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D24006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24006 is #2DBFF9. Grayscale: #656565. Windows color (decimal): -2998266 or 409810. OLE color: 409810.

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

Color convert

RGB 210 64 6 -
CMYK 0 0.70 0.97 0.18
HSL 17.06º 0.94% 0.42% -
HSV(B) 17.06º 0.97% 0.82% -
XYZ 28.44 17.38 2.03 -
YUV 101.04 74.37 205.72 -
System Red Green Blue C M Y K H S L
Decimal 210 64 6 0 0.70 0.97 0.18 17.06 0.94 0.42
Hex D2 40 6 0 46 61 12 11 5E 2A
Octal 322 100 6 0 106 141 22 21 136 52
Binary 11010010 1000000 110 0 1000110 1100001 10010 10001 1011110 101010

Color Harmonies of #D24006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24006

Black with #D24006

Text Example


Text Example

White with #D24006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24006; }

 p { color: rgb(210,64,6); }

 H1.HeaderClassName
 {
   color: #D24006;
 }
 .AnyTagClassName
 {
   color: #D24006;
 }
</style>

background-color css

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

 a { background-color: rgb(210,64,6); }

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

border-color css

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

 span { border-color: rgb(210,64,6); }

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