#D33C22

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

Shades of Harley Davidson Orange #D33C22

Tints of Harley Davidson Orange #D33C22

Color information

#D33C22 (or 0xD33C22) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 3C and 22. RGB value is (211,60,34). Sum of RGB (Red+Green+Blue) = 211+60+34=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33C22 is #2CC3DD. Grayscale: #666666. Windows color (decimal): -2933726 or 2243795. OLE color: 2243795.

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

Color convert

RGB2116034-
CMYK00.720.840.17
HSL8.81º72.24%48.04%-
HSV(B)8.81º83.89%82.75%-
XYZ28.7717.23.32-
YUV102.1889.53205.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.18%
GREEN value IS 60 (23.83% from 255) = 19.67%
BLUE value IS 34 (13.67% from 255) = 11.15%
R=69.18%
G=19.67%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211603400.720.840.178.8172.2448.04
HexD33C22048541194830
Octal32374420110124211111060
Binary110100111111001000100100100010101001000110011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33C22; }

 p { color: rgb(211,60,34); }

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

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

 a { background-color: rgb(211,60,34); }

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

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

 span { border-color: rgb(211,60,34); }

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