Html Css Color HEX #D31912 Harley Davidson Orange
📋 copy color: '#D31912'red 211 ◦ green 25 ◦ blue 18
Shades of Harley Davidson Orange #D31912
Tints of Harley Davidson Orange #D31912
RGB
CMYK
RGB Variations
Color information
#D31912 (or 0xD31912) is known color: Harley Davidson Orange. HEX triplet: D3, 19 and 12. RGB value is (211,25,18). Sum of RGB (Red+Green+Blue) = 211+25+18=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D31912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31912 is #2CE6ED. Grayscale: #505050. Windows color (decimal): -2942702 or 1186259. OLE color: 1186259.
HSL color Cylindrical-coordinate representation of color #D31912: hue angle of 2.18º 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 #D31912 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 25 | 18 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.17 |
| HSL | 2.18º | 0.84% | 0.45% | - |
| HSV(B) | 2.18º | 0.91% | 0.83% | - |
| XYZ | 27.32 | 14.59 | 1.95 | - |
| YUV | 79.82 | 93.12 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 18 | 0 | 0.88 | 0.91 | 0.17 | 2.18 | 0.84 | 0.45 |
| Hex | D3 | 19 | 12 | 0 | 58 | 5B | 11 | 2 | 54 | 2D |
| Octal | 323 | 31 | 22 | 0 | 130 | 133 | 21 | 2 | 124 | 55 |
| Binary | 11010011 | 11001 | 10010 | 0 | 1011000 | 1011011 | 10001 | 10 | 1010100 | 101101 |
Color Harmonies of #D31912
Complementary color
Monochromatic Colors of #D31912
Black with #D31912
Text Example
Text Example
White with #D31912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31912; }
p { color: rgb(211,25,18); }
H1.HeaderClassName
{
color: #D31912;
}
.AnyTagClassName
{
color: #D31912;
}
</style>
background-color css
<style>
a { background-color: #D31912; }
a { background-color: rgb(211,25,18); }
div.DivClassName
{
background-color: #D31912;
}
.BgClassName
{
background-color: #D31912;
}
</style>
border-color css
<style>
span { border-color: #D31912; }
span { border-color: rgb(211,25,18); }
td.TdClassName
{
border-color: #D31912;
}
.TagClassName
{
border-color: #D31912;
}
</style>