#D3210F

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

Shades of Harley Davidson Orange #D3210F

Tints of Harley Davidson Orange #D3210F

Color information

#D3210F (or 0xD3210F) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 21 and 0F. RGB value is (211,33,15). Sum of RGB (Red+Green+Blue) = 211+33+15=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D3210F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3210F is #2CDEF0. Grayscale: #545454. Windows color (decimal): -2940657 or 991699. OLE color: 991699.

HSL color Cylindrical-coordinate representation of color #D3210F: hue angle of 5.51º degrees, saturation: 0.87, 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 #D3210F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB2113315-
CMYK00.840.930.17
HSL5.51º86.73%44.31%-
HSV(B)5.51º92.89%82.75%-
XYZ27.4914.971.89-
YUV84.1788.97218.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 81.47%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=81.47%
G=12.74%
B=5.79%

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
Decimal211331500.840.930.175.5186.7344.31
HexD321F0545D116572c
Octal3234117012413521612754
Binary110100111000011111010101001011101100011101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3210F; }

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

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

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

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

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

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

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

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