#D31B0A

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

Shades of Harley Davidson Orange #D31B0A

Tints of Harley Davidson Orange #D31B0A

Color information

#D31B0A (or 0xD31B0A) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 1B and 0A. RGB value is (211,27,10). Sum of RGB (Red+Green+Blue) = 211+27+10=248 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.08% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 211 - color contains mainly: red. Hex color #D31B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31B0A is #2CE4F5. Grayscale: #505050. Windows color (decimal): -2942198 or 662483. OLE color: 662483.

HSL color Cylindrical-coordinate representation of color #D31B0A: hue angle of 5.07º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D31B0A is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB2112710-
CMYK00.870.950.17
HSL5.07º90.95%43.33%-
HSV(B)5.07º95.26%82.75%-
XYZ27.3114.651.68-
YUV80.0888.46221.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 85.08%
GREEN value IS 27 (10.94% from 255) = 10.89%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=85.08%
G=10.89%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211271000.870.950.175.0790.9543.33
HexD31BA0575F1155b2b
Octal3233312012713721513353
Binary11010011110111010010101111011111100011011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31B0A; }

 p { color: rgb(211,27,10); }

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

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

 a { background-color: rgb(211,27,10); }

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

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

 span { border-color: rgb(211,27,10); }

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