#D22F10

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

Shades of Harley Davidson Orange #D22F10

Tints of Harley Davidson Orange #D22F10

Color information

#D22F10 (or 0xD22F10) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 2F and 10. RGB value is (210,47,16). Sum of RGB (Red+Green+Blue) = 210+47+16=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22F10 is #2DD0EF. Grayscale: #5C5C5C. Windows color (decimal): -3002608 or 1060818. OLE color: 1060818.

HSL color Cylindrical-coordinate representation of color #D22F10: hue angle of 9.59º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D22F10 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB2104716-
CMYK00.780.920.18
HSL9.59º85.84%44.31%-
HSV(B)9.59º92.38%82.35%-
XYZ27.6915.772.08-
YUV92.285212.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 76.92%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=76.92%
G=17.22%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210471600.780.920.189.5985.8444.31
HexD22F1004E5C12a562c
Octal32257200116134221212654
Binary11010010101111100000100111010111001001010101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22F10; }

 p { color: rgb(210,47,16); }

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

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

 a { background-color: rgb(210,47,16); }

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

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

 span { border-color: rgb(210,47,16); }

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