Html Css Color HEX #D12412 Harley Davidson Orange
📋 copy color: '#D12412'red 209 ◦ green 36 ◦ blue 18
Shades of Harley Davidson Orange #D12412
Tints of Harley Davidson Orange #D12412
RGB
CMYK
RGB Variations
Color information
#D12412 (or 0xD12412) is known color: Harley Davidson Orange. HEX triplet: D1, 24 and 12. RGB value is (209,36,18). Sum of RGB (Red+Green+Blue) = 209+36+18=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D12412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12412 is #2EDBED. Grayscale: #555555. Windows color (decimal): -3070958 or 1189073. OLE color: 1189073.
HSL color Cylindrical-coordinate representation of color #D12412: hue angle of 5.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D12412 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 18 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.18 |
| HSL | 5.65º | 0.84% | 0.45% | - |
| HSV(B) | 5.65º | 0.91% | 0.82% | - |
| XYZ | 27.03 | 14.86 | 2.02 | - |
| YUV | 85.68 | 89.81 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 18 | 0 | 0.83 | 0.91 | 0.18 | 5.65 | 0.84 | 0.45 |
| Hex | D1 | 24 | 12 | 0 | 53 | 5B | 12 | 6 | 54 | 2D |
| Octal | 321 | 44 | 22 | 0 | 123 | 133 | 22 | 6 | 124 | 55 |
| Binary | 11010001 | 100100 | 10010 | 0 | 1010011 | 1011011 | 10010 | 110 | 1010100 | 101101 |
Color Harmonies of #D12412
Complementary color
Monochromatic Colors of #D12412
Black with #D12412
Text Example
Text Example
White with #D12412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12412; }
p { color: rgb(209,36,18); }
H1.HeaderClassName
{
color: #D12412;
}
.AnyTagClassName
{
color: #D12412;
}
</style>
background-color css
<style>
a { background-color: #D12412; }
a { background-color: rgb(209,36,18); }
div.DivClassName
{
background-color: #D12412;
}
.BgClassName
{
background-color: #D12412;
}
</style>
border-color css
<style>
span { border-color: #D12412; }
span { border-color: rgb(209,36,18); }
td.TdClassName
{
border-color: #D12412;
}
.TagClassName
{
border-color: #D12412;
}
</style>