Html Css Color HEX #D31F12 Harley Davidson Orange
📋 copy color: '#D31F12'red 211 ◦ green 31 ◦ blue 18
Shades of Harley Davidson Orange #D31F12
Tints of Harley Davidson Orange #D31F12
RGB
CMYK
RGB Variations
Color information
#D31F12 (or 0xD31F12) is known color: Harley Davidson Orange. HEX triplet: D3, 1F and 12. RGB value is (211,31,18). Sum of RGB (Red+Green+Blue) = 211+31+18=260 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.15% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31F12 is #2CE0ED. Grayscale: #535353. Windows color (decimal): -2941166 or 1187795. OLE color: 1187795.
HSL color Cylindrical-coordinate representation of color #D31F12: hue angle of 4.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31F12 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 31 | 18 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.17 |
| HSL | 4.04º | 0.84% | 0.45% | - |
| HSV(B) | 4.04º | 0.91% | 0.83% | - |
| XYZ | 27.46 | 14.87 | 2 | - |
| YUV | 83.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 18 | 0 | 0.85 | 0.91 | 0.17 | 4.04 | 0.84 | 0.45 |
| Hex | D3 | 1F | 12 | 0 | 55 | 5B | 11 | 4 | 54 | 2D |
| Octal | 323 | 37 | 22 | 0 | 125 | 133 | 21 | 4 | 124 | 55 |
| Binary | 11010011 | 11111 | 10010 | 0 | 1010101 | 1011011 | 10001 | 100 | 1010100 | 101101 |
Color Harmonies of #D31F12
Complementary color
Monochromatic Colors of #D31F12
Black with #D31F12
Text Example
Text Example
White with #D31F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31F12; }
p { color: rgb(211,31,18); }
H1.HeaderClassName
{
color: #D31F12;
}
.AnyTagClassName
{
color: #D31F12;
}
</style>
background-color css
<style>
a { background-color: #D31F12; }
a { background-color: rgb(211,31,18); }
div.DivClassName
{
background-color: #D31F12;
}
.BgClassName
{
background-color: #D31F12;
}
</style>
border-color css
<style>
span { border-color: #D31F12; }
span { border-color: rgb(211,31,18); }
td.TdClassName
{
border-color: #D31F12;
}
.TagClassName
{
border-color: #D31F12;
}
</style>