Html Css Color HEX #D24220 Harley Davidson Orange

📋 copy color: '#D24220'

red 210 ◦ green 66 ◦ blue 32

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

Shades of Harley Davidson Orange #D24220

Tints of Harley Davidson Orange #D24220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 68.18%
G = 21.43%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D24220 (or 0xD24220) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 20. RGB value is (210,66,32). Sum of RGB (Red+Green+Blue) = 210+66+32=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D24220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24220 is #2DBDDF. Grayscale: #696969. Windows color (decimal): -2997728 or 2114258. OLE color: 2114258.

HSL color Cylindrical-coordinate representation of color #D24220: hue angle of 11.46º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D24220 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 32 -
CMYK 0 0.69 0.85 0.18
HSL 11.46º 0.74% 0.47% -
HSV(B) 11.46º 0.85% 0.82% -
XYZ 28.79 17.7 3.27 -
YUV 105.18 86.71 202.76 -
System Red Green Blue C M Y K H S L
Decimal 210 66 32 0 0.69 0.85 0.18 11.46 0.74 0.47
Hex D2 42 20 0 45 55 12 B 4A 2F
Octal 322 102 40 0 105 125 22 13 112 57
Binary 11010010 1000010 100000 0 1000101 1010101 10010 1011 1001010 101111

Color Harmonies of #D24220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24220

Black with #D24220

Text Example


Text Example

White with #D24220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24220; }

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

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

background-color css

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

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

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

border-color css

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

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

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