#D33E00

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

Shades of Harley Davidson Orange #D33E00

Tints of Harley Davidson Orange #D33E00

Color information

#D33E00 (or 0xD33E00) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 3E and 00. RGB value is (211,62,0). Sum of RGB (Red+Green+Blue) = 211+62+0=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33E00 is #2CC1FF. Grayscale: #636363. Windows color (decimal): -2933248 or 16083. OLE color: 16083.

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

Color convert

RGB211620-
CMYK00.7110.17
HSL17.63º100%41.37%-
HSV(B)17.63º100%82.75%-
XYZ28.5917.291.83-
YUV99.4871.86207.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 77.29%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.29%
G=22.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21162000.7110.1717.6310041.37
HexD33E00476411126429
Octal3237600107144212214451
Binary11010011111110001000111110010010001100101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33E00; }

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

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

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

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

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

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

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

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