#D33A00

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

Shades of Harley Davidson Orange #D33A00

Tints of Harley Davidson Orange #D33A00

Color information

#D33A00 (or 0xD33A00) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 3A and 00. RGB value is (211,58,0). Sum of RGB (Red+Green+Blue) = 211+58+0=269 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.44% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33A00 is #2CC5FF. Grayscale: #616161. Windows color (decimal): -2934272 or 15059. OLE color: 15059.

HSL color Cylindrical-coordinate representation of color #D33A00: hue angle of 16.49º 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 #D33A00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB211580-
CMYK00.7310.17
HSL16.49º100%41.37%-
HSV(B)16.49º100%82.75%-
XYZ28.3816.871.76-
YUV97.1473.19209.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 78.44%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.44%
G=21.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21158000.7310.1716.4910041.37
HexD33A00496411106429
Octal3237200111144212014451
Binary11010011111010001001001110010010001100001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33A00; }

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

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

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

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

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

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

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

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