#D22005

Color #D22005 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D22005

Tints of Harley Davidson Orange #D22005

Color information

#D22005 (or 0xD22005) is unknown color: approx 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

RGB210325-
CMYK00.850.980.18
HSL7.9º95.35%42.16%-
HSV(B)7.9º97.62%82.35%-
XYZ27.1214.751.56-
YUV82.1484.47219.2-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21032500.850.980.187.995.3542.16
HexD2205055621285f2a
Octal3224050125142221013752
Binary110100101000001010101010111000101001010001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>