Html Css Color HEX #D24206 Harley Davidson Orange

📋 copy color: '#D24206'

red 210 ◦ green 66 ◦ blue 6

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

Shades of Harley Davidson Orange #D24206

Tints of Harley Davidson Orange #D24206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

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

R = 74.47%
G = 23.4%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D24206 (or 0xD24206) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 06. RGB value is (210,66,6). Sum of RGB (Red+Green+Blue) = 210+66+6=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D24206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24206 is #2DBDF9. Grayscale: #666666. Windows color (decimal): -2997754 or 410322. OLE color: 410322.

HSL color Cylindrical-coordinate representation of color #D24206: hue angle of 17.65º 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 #D24206 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 6 -
CMYK 0 0.69 0.97 0.18
HSL 17.65º 0.94% 0.42% -
HSV(B) 17.65º 0.97% 0.82% -
XYZ 28.56 17.61 2.07 -
YUV 102.22 73.71 204.88 -
System Red Green Blue C M Y K H S L
Decimal 210 66 6 0 0.69 0.97 0.18 17.65 0.94 0.42
Hex D2 42 6 0 45 61 12 12 5E 2A
Octal 322 102 6 0 105 141 22 22 136 52
Binary 11010010 1000010 110 0 1000101 1100001 10010 10010 1011110 101010

Color Harmonies of #D24206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24206

Black with #D24206

Text Example


Text Example

White with #D24206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24206; }

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

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

background-color css

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

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

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

border-color css

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

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

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