#D33E1C

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

Shades of Harley Davidson Orange #D33E1C

Tints of Harley Davidson Orange #D33E1C

Color information

#D33E1C (or 0xD33E1C) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 3E and 1C. RGB value is (211,62,28). Sum of RGB (Red+Green+Blue) = 211+62+28=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33E1C is #2CC1E3. Grayscale: #666666. Windows color (decimal): -2933220 or 1851091. OLE color: 1851091.

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

Color convert

RGB2116228-
CMYK00.710.870.17
HSL11.15º76.57%46.86%-
HSV(B)11.15º86.73%82.75%-
XYZ28.817.382.94-
YUV102.6885.86205.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 70.10%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=70.10%
G=20.60%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211622800.710.870.1711.1576.5746.86
HexD33E1C0475711b4d2f
Octal32376340107127211311557
Binary11010011111110111000100011110101111000110111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33E1C; }

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

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

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

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

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

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

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

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