Html Css Color HEX #D12312 Harley Davidson Orange
📋 copy color: '#D12312'red 209 ◦ green 35 ◦ blue 18
Shades of Harley Davidson Orange #D12312
Tints of Harley Davidson Orange #D12312
RGB
CMYK
RGB Variations
Color information
#D12312 (or 0xD12312) is known color: Harley Davidson Orange. HEX triplet: D1, 23 and 12. RGB value is (209,35,18). Sum of RGB (Red+Green+Blue) = 209+35+18=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D12312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12312 is #2EDCED. Grayscale: #555555. Windows color (decimal): -3071214 or 1188817. OLE color: 1188817.
HSL color Cylindrical-coordinate representation of color #D12312: hue angle of 5.34º 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 #D12312 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 18 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.18 |
| HSL | 5.34º | 0.84% | 0.45% | - |
| HSV(B) | 5.34º | 0.91% | 0.82% | - |
| XYZ | 27 | 14.8 | 2.01 | - |
| YUV | 85.09 | 90.15 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 18 | 0 | 0.83 | 0.91 | 0.18 | 5.34 | 0.84 | 0.45 |
| Hex | D1 | 23 | 12 | 0 | 53 | 5B | 12 | 5 | 54 | 2D |
| Octal | 321 | 43 | 22 | 0 | 123 | 133 | 22 | 5 | 124 | 55 |
| Binary | 11010001 | 100011 | 10010 | 0 | 1010011 | 1011011 | 10010 | 101 | 1010100 | 101101 |
Color Harmonies of #D12312
Complementary color
Monochromatic Colors of #D12312
Black with #D12312
Text Example
Text Example
White with #D12312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12312; }
p { color: rgb(209,35,18); }
H1.HeaderClassName
{
color: #D12312;
}
.AnyTagClassName
{
color: #D12312;
}
</style>
background-color css
<style>
a { background-color: #D12312; }
a { background-color: rgb(209,35,18); }
div.DivClassName
{
background-color: #D12312;
}
.BgClassName
{
background-color: #D12312;
}
</style>
border-color css
<style>
span { border-color: #D12312; }
span { border-color: rgb(209,35,18); }
td.TdClassName
{
border-color: #D12312;
}
.TagClassName
{
border-color: #D12312;
}
</style>