#d33813

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

Shades of Harley Davidson Orange #D33813

Tints of Harley Davidson Orange #D33813

Color information

#D33813 (or 0xD33813) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 38 and 13. RGB value is (211,56,19). Sum of RGB (Red+Green+Blue) = 211+56+19=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D33813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33813 is #2CC7EC. Grayscale: #626262. Windows color (decimal): -2934765 or 1259731. OLE color: 1259731.

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

Color convert

RGB2115619-
CMYK00.730.910.17
HSL11.56º83.48%45.1%-
HSV(B)11.56º91%82.75%-
XYZ28.416.722.35-
YUV98.1383.35208.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 73.78%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=73.78%
G=19.58%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211561900.730.910.1711.5683.4845.1
HexD338130495B11c532d
Octal32370230111133211412355
Binary11010011111000100110100100110110111000111001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d33813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d33813; }

 p { color: rgb(211,56,19); }

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

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

 a { background-color: rgb(211,56,19); }

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

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

 span { border-color: rgb(211,56,19); }

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