Html Css Color HEX #D24222 Harley Davidson Orange

📋 copy color: '#D24222'

red 210 ◦ green 66 ◦ blue 34

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

Shades of Harley Davidson Orange #D24222

Tints of Harley Davidson Orange #D24222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.97%

R = 67.74%
G = 21.29%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D24222 (or 0xD24222) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 22. RGB value is (210,66,34). Sum of RGB (Red+Green+Blue) = 210+66+34=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D24222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24222 is #2DBDDD. Grayscale: #696969. Windows color (decimal): -2997726 or 2245330. OLE color: 2245330.

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

Color convert

RGB 210 66 34 -
CMYK 0 0.69 0.84 0.18
HSL 10.91º 0.72% 0.48% -
HSV(B) 10.91º 0.84% 0.82% -
XYZ 28.82 17.71 3.41 -
YUV 105.41 87.71 202.6 -
System Red Green Blue C M Y K H S L
Decimal 210 66 34 0 0.69 0.84 0.18 10.91 0.72 0.48
Hex D2 42 22 0 45 54 12 B 48 30
Octal 322 102 42 0 105 124 22 13 110 60
Binary 11010010 1000010 100010 0 1000101 1010100 10010 1011 1001000 110000

Color Harmonies of #D24222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24222

Black with #D24222

Text Example


Text Example

White with #D24222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24222; }

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

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

background-color css

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

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

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

border-color css

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

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

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