#D34213

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

Shades of Harley Davidson Orange #D34213

Tints of Harley Davidson Orange #D34213

Color information

#D34213 (or 0xD34213) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 42 and 13. RGB value is (211,66,19). Sum of RGB (Red+Green+Blue) = 211+66+19=296 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.28% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 211 - color contains mainly: red. Hex color #D34213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34213 is #2CBDEC. Grayscale: #686868. Windows color (decimal): -2932205 or 1262291. OLE color: 1262291.

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

Color convert

RGB2116619-
CMYK00.690.910.17
HSL14.69º83.48%45.1%-
HSV(B)14.69º91%82.75%-
XYZ28.9317.792.53-
YUV10480.04204.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 71.28%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 19 (7.81% from 255) = 6.42%
R=71.28%
G=22.30%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211661900.690.910.1714.6983.4845.1
HexD342130455B11f532d
Octal323102230105133211712355
Binary110100111000010100110100010110110111000111111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34213; }

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

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

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

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

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

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

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

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