#D33B22

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

Shades of Harley Davidson Orange #D33B22

Tints of Harley Davidson Orange #D33B22

Color information

#D33B22 (or 0xD33B22) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 3B and 22. RGB value is (211,59,34). Sum of RGB (Red+Green+Blue) = 211+59+34=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33B22 is #2CC4DD. Grayscale: #656565. Windows color (decimal): -2933982 or 2243539. OLE color: 2243539.

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

Color convert

RGB2115934-
CMYK00.720.840.17
HSL8.47º72.24%48.04%-
HSV(B)8.47º83.89%82.75%-
XYZ28.7217.093.3-
YUV101.689.86206.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.41%
GREEN value IS 59 (23.44% from 255) = 19.41%
BLUE value IS 34 (13.67% from 255) = 11.18%
R=69.41%
G=19.41%
B=11.18%

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
Decimal211593400.720.840.178.4772.2448.04
HexD33B22048541184830
Octal32373420110124211011060
Binary110100111110111000100100100010101001000110001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33B22; }

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

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

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

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

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

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

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

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