#D3210C

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

Shades of Harley Davidson Orange #D3210C

Tints of Harley Davidson Orange #D3210C

Color information

#D3210C (or 0xD3210C) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 21 and 0C. RGB value is (211,33,12). Sum of RGB (Red+Green+Blue) = 211+33+12=256 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.42% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 211 - color contains mainly: red. Hex color #D3210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3210C is #2CDEF3. Grayscale: #545454. Windows color (decimal): -2940660 or 795091. OLE color: 795091.

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

Color convert

RGB2113312-
CMYK00.840.940.17
HSL6.33º89.24%43.73%-
HSV(B)6.33º94.31%82.75%-
XYZ27.4714.961.79-
YUV83.8387.47218.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 82.42%
GREEN value IS 33 (13.28% from 255) = 12.89%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=82.42%
G=12.89%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211331200.840.940.176.3389.2443.73
HexD321C0545E116592c
Octal3234114012413621613154
Binary110100111000011100010101001011110100011101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3210C; }

 p { color: rgb(211,33,12); }

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

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

 a { background-color: rgb(211,33,12); }

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

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

 span { border-color: rgb(211,33,12); }

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