#D33E16

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

Shades of Harley Davidson Orange #D33E16

Tints of Harley Davidson Orange #D33E16

Color information

#D33E16 (or 0xD33E16) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 3E and 16. RGB value is (211,62,22). Sum of RGB (Red+Green+Blue) = 211+62+22=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33E16 is #2CC1E9. Grayscale: #666666. Windows color (decimal): -2933226 or 1457875. OLE color: 1457875.

HSL color Cylindrical-coordinate representation of color #D33E16: hue angle of 12.7º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D33E16 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB2116222-
CMYK00.710.900.17
HSL12.7º81.12%45.69%-
HSV(B)12.7º89.57%82.75%-
XYZ28.7317.352.59-
YUV101.9982.86205.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 71.53%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=71.53%
G=21.02%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211622200.710.900.1712.781.1245.69
HexD33E160475A11d512e
Octal32376260107132211512156
Binary11010011111110101100100011110110101000111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33E16; }

 p { color: rgb(211,62,22); }

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

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

 a { background-color: rgb(211,62,22); }

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

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

 span { border-color: rgb(211,62,22); }

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