#D31F0C

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

Shades of Harley Davidson Orange #D31F0C

Tints of Harley Davidson Orange #D31F0C

Color information

#D31F0C (or 0xD31F0C) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 1F and 0C. RGB value is (211,31,12). Sum of RGB (Red+Green+Blue) = 211+31+12=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31F0C is #2CE0F3. Grayscale: #525252. Windows color (decimal): -2941172 or 794579. OLE color: 794579.

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

Color convert

RGB2113112-
CMYK00.850.940.17
HSL5.73º89.24%43.73%-
HSV(B)5.73º94.31%82.75%-
XYZ27.4214.861.77-
YUV82.6588.13219.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 83.07%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=83.07%
G=12.20%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211311200.850.940.175.7389.2443.73
HexD31FC0555E116592c
Octal3233714012513621613154
Binary11010011111111100010101011011110100011101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31F0C; }

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

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

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

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

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

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

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

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