Html Css Color HEX #D12F10 Harley Davidson Orange
📋 copy color: '#D12F10'red 209 ◦ green 47 ◦ blue 16
Shades of Harley Davidson Orange #D12F10
Tints of Harley Davidson Orange #D12F10
RGB
CMYK
RGB Variations
Color information
#D12F10 (or 0xD12F10) is known color: Harley Davidson Orange. HEX triplet: D1, 2F and 10. RGB value is (209,47,16). Sum of RGB (Red+Green+Blue) = 209+47+16=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12F10 is #2ED0EF. Grayscale: #5C5C5C. Windows color (decimal): -3068144 or 1060817. OLE color: 1060817.
HSL color Cylindrical-coordinate representation of color #D12F10: hue angle of 9.64º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D12F10 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 16 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.18 |
| HSL | 9.64º | 0.86% | 0.44% | - |
| HSV(B) | 9.64º | 0.92% | 0.82% | - |
| XYZ | 27.4 | 15.63 | 2.06 | - |
| YUV | 91.9 | 85.17 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 16 | 0 | 0.78 | 0.92 | 0.18 | 9.64 | 0.86 | 0.44 |
| Hex | D1 | 2F | 10 | 0 | 4E | 5C | 12 | A | 56 | 2C |
| Octal | 321 | 57 | 20 | 0 | 116 | 134 | 22 | 12 | 126 | 54 |
| Binary | 11010001 | 101111 | 10000 | 0 | 1001110 | 1011100 | 10010 | 1010 | 1010110 | 101100 |
Color Harmonies of #D12F10
Complementary color
Monochromatic Colors of #D12F10
Black with #D12F10
Text Example
Text Example
White with #D12F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F10; }
p { color: rgb(209,47,16); }
H1.HeaderClassName
{
color: #D12F10;
}
.AnyTagClassName
{
color: #D12F10;
}
</style>
background-color css
<style>
a { background-color: #D12F10; }
a { background-color: rgb(209,47,16); }
div.DivClassName
{
background-color: #D12F10;
}
.BgClassName
{
background-color: #D12F10;
}
</style>
border-color css
<style>
span { border-color: #D12F10; }
span { border-color: rgb(209,47,16); }
td.TdClassName
{
border-color: #D12F10;
}
.TagClassName
{
border-color: #D12F10;
}
</style>