#D33D1C

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

Shades of Harley Davidson Orange #D33D1C

Tints of Harley Davidson Orange #D33D1C

Color information

#D33D1C (or 0xD33D1C) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 3D and 1C. RGB value is (211,61,28). Sum of RGB (Red+Green+Blue) = 211+61+28=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33D1C is #2CC2E3. Grayscale: #666666. Windows color (decimal): -2933476 or 1850835. OLE color: 1850835.

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

Color convert

RGB2116128-
CMYK00.710.870.17
HSL10.82º76.57%46.86%-
HSV(B)10.82º86.73%82.75%-
XYZ28.7417.272.92-
YUV102.0986.2205.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 70.33%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 28 (11.33% from 255) = 9.33%
R=70.33%
G=20.33%
B=9.33%

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
Decimal211612800.710.870.1710.8276.5746.86
HexD33D1C0475711b4d2f
Octal32375340107127211311557
Binary11010011111101111000100011110101111000110111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33D1C; }

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

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

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

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

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

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

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

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