#D13B21

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

Shades of Harley Davidson Orange #D13B21

Tints of Harley Davidson Orange #D13B21

Color information

#D13B21 (or 0xD13B21) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 3B and 21. RGB value is (209,59,33). Sum of RGB (Red+Green+Blue) = 209+59+33=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13B21 is #2EC4DE. Grayscale: #656565. Windows color (decimal): -3065055 or 2178001. OLE color: 2178001.

HSL color Cylindrical-coordinate representation of color #D13B21: hue angle of 8.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D13B21 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB2095933-
CMYK00.720.840.18
HSL8.86º72.73%47.45%-
HSV(B)8.86º84.21%81.96%-
XYZ28.1316.793.2-
YUV100.8989.7205.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.44%
GREEN value IS 59 (23.44% from 255) = 19.60%
BLUE value IS 33 (13.28% from 255) = 10.96%
R=69.44%
G=19.60%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209593300.720.840.188.8672.7347.45
HexD13B2104854129492f
Octal32173410110124221111157
Binary110100011110111000010100100010101001001010011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13B21; }

 p { color: rgb(209,59,33); }

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

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

 a { background-color: rgb(209,59,33); }

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

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

 span { border-color: rgb(209,59,33); }

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