#D02215

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

Shades of Harley Davidson Orange #D02215

Tints of Harley Davidson Orange #D02215

Color information

#D02215 (or 0xD02215) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 22 and 15. RGB value is (208,34,21). Sum of RGB (Red+Green+Blue) = 208+34+21=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D02215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02215 is #2FDDEA. Grayscale: #545454. Windows color (decimal): -3137003 or 1385168. OLE color: 1385168.

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

Color convert

RGB2083421-
CMYK00.840.900.18
HSL4.17º81.66%44.9%-
HSV(B)4.17º89.9%81.57%-
XYZ26.7214.612.12-
YUV84.5492.15216.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 79.09%
GREEN value IS 34 (13.67% from 255) = 12.93%
BLUE value IS 21 (8.59% from 255) = 7.98%
R=79.09%
G=12.93%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208342100.840.900.184.1781.6644.9
HexD022150545A124522d
Octal3204225012413222412255
Binary1101000010001010101010101001011010100101001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02215; }

 p { color: rgb(208,34,21); }

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

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

 a { background-color: rgb(208,34,21); }

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

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

 span { border-color: rgb(208,34,21); }

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