Html Css Color HEX #D12F00 Harley Davidson Orange
📋 copy color: '#D12F00'red 209 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #D12F00
Tints of Harley Davidson Orange #D12F00
RGB
CMYK
RGB Variations
Color information
#D12F00 (or 0xD12F00) is known color: Harley Davidson Orange. HEX triplet: D1, 2F and 00. RGB value is (209,47,0). Sum of RGB (Red+Green+Blue) = 209+47+0=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12F00 is #2ED0FF. Grayscale: #5A5A5A. Windows color (decimal): -3068160 or 12241. OLE color: 12241.
HSL color Cylindrical-coordinate representation of color #D12F00: hue angle of 13.49º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D12F00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.18 |
| HSL | 13.49º | 1% | 0.41% | - |
| HSV(B) | 13.49º | 1% | 0.82% | - |
| XYZ | 27.31 | 15.59 | 1.57 | - |
| YUV | 90.08 | 77.17 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 0 | 0 | 0.78 | 1 | 0.18 | 13.49 | 1 | 0.41 |
| Hex | D1 | 2F | 0 | 0 | 4E | 64 | 12 | D | 64 | 29 |
| Octal | 321 | 57 | 0 | 0 | 116 | 144 | 22 | 15 | 144 | 51 |
| Binary | 11010001 | 101111 | 0 | 0 | 1001110 | 1100100 | 10010 | 1101 | 1100100 | 101001 |
Color Harmonies of #D12F00
Complementary color
Monochromatic Colors of #D12F00
Black with #D12F00
Text Example
Text Example
White with #D12F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F00; }
p { color: rgb(209,47,0); }
H1.HeaderClassName
{
color: #D12F00;
}
.AnyTagClassName
{
color: #D12F00;
}
</style>
background-color css
<style>
a { background-color: #D12F00; }
a { background-color: rgb(209,47,0); }
div.DivClassName
{
background-color: #D12F00;
}
.BgClassName
{
background-color: #D12F00;
}
</style>
border-color css
<style>
span { border-color: #D12F00; }
span { border-color: rgb(209,47,0); }
td.TdClassName
{
border-color: #D12F00;
}
.TagClassName
{
border-color: #D12F00;
}
</style>