#D33D1D

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

Shades of Harley Davidson Orange #D33D1D

Tints of Harley Davidson Orange #D33D1D

Color information

#D33D1D (or 0xD33D1D) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 3D and 1D. RGB value is (211,61,29). Sum of RGB (Red+Green+Blue) = 211+61+29=301 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.10% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33D1D is #2CC2E2. Grayscale: #666666. Windows color (decimal): -2933475 or 1916371. OLE color: 1916371.

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

Color convert

RGB2116129-
CMYK00.710.860.17
HSL10.55º75.83%47.06%-
HSV(B)10.55º86.26%82.75%-
XYZ28.7517.282.98-
YUV102.286.7205.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 70.10%
GREEN value IS 61 (24.22% from 255) = 20.27%
BLUE value IS 29 (11.72% from 255) = 9.63%
R=70.10%
G=20.27%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211612900.710.860.1710.5575.8347.06
HexD33D1D0475611b4c2f
Octal32375350107126211311457
Binary11010011111101111010100011110101101000110111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33D1D; }

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

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

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

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

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

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

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

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