#D22417

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

Shades of Harley Davidson Orange #D22417

Tints of Harley Davidson Orange #D22417

Color information

#D22417 (or 0xD22417) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 24 and 17. RGB value is (210,36,23). Sum of RGB (Red+Green+Blue) = 210+36+23=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D22417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22417 is #2DDBE8. Grayscale: #565656. Windows color (decimal): -3005417 or 1516754. OLE color: 1516754.

HSL color Cylindrical-coordinate representation of color #D22417: hue angle of 4.17º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D22417 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB2103623-
CMYK00.830.890.18
HSL4.17º80.26%45.69%-
HSV(B)4.17º89.05%82.35%-
XYZ27.3615.032.27-
YUV86.5492.15216.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 78.07%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 23 (9.38% from 255) = 8.55%
R=78.07%
G=13.38%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210362300.830.890.184.1780.2645.69
HexD2241705359124502e
Octal3224427012313122412056
Binary1101001010010010111010100111011001100101001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22417; }

 p { color: rgb(210,36,23); }

 H1.HeaderClassName
 {
   color: #D22417;
 }
 .AnyTagClassName
 {
   color: #D22417;
 }
</style>
background-color css

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

 a { background-color: rgb(210,36,23); }

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

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

 span { border-color: rgb(210,36,23); }

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