Html Css Color HEX #D12F09 Harley Davidson Orange
📋 copy color: '#D12F09'red 209 ◦ green 47 ◦ blue 9
Shades of Harley Davidson Orange #D12F09
Tints of Harley Davidson Orange #D12F09
RGB
CMYK
RGB Variations
Color information
#D12F09 (or 0xD12F09) is known color: Harley Davidson Orange. HEX triplet: D1, 2F and 09. RGB value is (209,47,9). Sum of RGB (Red+Green+Blue) = 209+47+9=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12F09 is #2ED0F6. Grayscale: #5B5B5B. Windows color (decimal): -3068151 or 602065. OLE color: 602065.
HSL color Cylindrical-coordinate representation of color #D12F09: hue angle of 11.4º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D12F09 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.18 |
| HSL | 11.4º | 0.92% | 0.43% | - |
| HSV(B) | 11.4º | 0.96% | 0.82% | - |
| XYZ | 27.36 | 15.61 | 1.83 | - |
| YUV | 91.11 | 81.67 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 9 | 0 | 0.78 | 0.96 | 0.18 | 11.4 | 0.92 | 0.43 |
| Hex | D1 | 2F | 9 | 0 | 4E | 60 | 12 | B | 5C | 2B |
| Octal | 321 | 57 | 11 | 0 | 116 | 140 | 22 | 13 | 134 | 53 |
| Binary | 11010001 | 101111 | 1001 | 0 | 1001110 | 1100000 | 10010 | 1011 | 1011100 | 101011 |
Color Harmonies of #D12F09
Complementary color
Monochromatic Colors of #D12F09
Black with #D12F09
Text Example
Text Example
White with #D12F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F09; }
p { color: rgb(209,47,9); }
H1.HeaderClassName
{
color: #D12F09;
}
.AnyTagClassName
{
color: #D12F09;
}
</style>
background-color css
<style>
a { background-color: #D12F09; }
a { background-color: rgb(209,47,9); }
div.DivClassName
{
background-color: #D12F09;
}
.BgClassName
{
background-color: #D12F09;
}
</style>
border-color css
<style>
span { border-color: #D12F09; }
span { border-color: rgb(209,47,9); }
td.TdClassName
{
border-color: #D12F09;
}
.TagClassName
{
border-color: #D12F09;
}
</style>