Html Css Color HEX #D22005 Harley Davidson Orange

📋 copy color: '#D22005'

red 210 ◦ green 32 ◦ blue 5

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

Shades of Harley Davidson Orange #D22005

Tints of Harley Davidson Orange #D22005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 85.02%
G = 12.96%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D22005 (or 0xD22005) is known color: Harley Davidson Orange. HEX triplet: D2, 20 and 05. RGB value is (210,32,5). Sum of RGB (Red+Green+Blue) = 210+32+5=247 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.02% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 210 - color contains mainly: red. Hex color #D22005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22005 is #2DDFFA. Grayscale: #525252. Windows color (decimal): -3006459 or 336082. OLE color: 336082.

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

Color convert

RGB 210 32 5 -
CMYK 0 0.85 0.98 0.18
HSL 7.9º 0.95% 0.42% -
HSV(B) 7.9º 0.98% 0.82% -
XYZ 27.12 14.75 1.56 -
YUV 82.14 84.47 219.2 -
System Red Green Blue C M Y K H S L
Decimal 210 32 5 0 0.85 0.98 0.18 7.9 0.95 0.42
Hex D2 20 5 0 55 62 12 8 5F 2A
Octal 322 40 5 0 125 142 22 10 137 52
Binary 11010010 100000 101 0 1010101 1100010 10010 1000 1011111 101010

Color Harmonies of #D22005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22005

Black with #D22005

Text Example


Text Example

White with #D22005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22005; }

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

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

background-color css

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

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

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

border-color css

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

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

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