#D3220E

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

Shades of Harley Davidson Orange #D3220E

Tints of Harley Davidson Orange #D3220E

Color information

#D3220E (or 0xD3220E) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 22 and 0E. RGB value is (211,34,14). Sum of RGB (Red+Green+Blue) = 211+34+14=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D3220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3220E is #2CDDF1. Grayscale: #545454. Windows color (decimal): -2940402 or 926419. OLE color: 926419.

HSL color Cylindrical-coordinate representation of color #D3220E: hue angle of 6.09º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3220E is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB2113414-
CMYK00.840.930.17
HSL6.09º87.56%44.12%-
HSV(B)6.09º93.36%82.75%-
XYZ27.5215.021.87-
YUV84.6488.14218.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 81.47%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=81.47%
G=13.13%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211341400.840.930.176.0987.5644.12
HexD322E0545D116582c
Octal3234216012413521613054
Binary110100111000101110010101001011101100011101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3220E; }

 p { color: rgb(211,34,14); }

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

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

 a { background-color: rgb(211,34,14); }

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

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

 span { border-color: rgb(211,34,14); }

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