Html Css Color HEX #D12212 Harley Davidson Orange
📋 copy color: '#D12212'red 209 ◦ green 34 ◦ blue 18
Shades of Harley Davidson Orange #D12212
Tints of Harley Davidson Orange #D12212
RGB
CMYK
RGB Variations
Color information
#D12212 (or 0xD12212) is known color: Harley Davidson Orange. HEX triplet: D1, 22 and 12. RGB value is (209,34,18). Sum of RGB (Red+Green+Blue) = 209+34+18=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D12212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12212 is #2EDDED. Grayscale: #545454. Windows color (decimal): -3071470 or 1188561. OLE color: 1188561.
HSL color Cylindrical-coordinate representation of color #D12212: hue angle of 5.03º 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 #D12212 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 18 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.18 |
| HSL | 5.03º | 0.84% | 0.45% | - |
| HSV(B) | 5.03º | 0.91% | 0.82% | - |
| XYZ | 26.98 | 14.74 | 2 | - |
| YUV | 84.5 | 90.48 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 18 | 0 | 0.84 | 0.91 | 0.18 | 5.03 | 0.84 | 0.45 |
| Hex | D1 | 22 | 12 | 0 | 54 | 5B | 12 | 5 | 54 | 2D |
| Octal | 321 | 42 | 22 | 0 | 124 | 133 | 22 | 5 | 124 | 55 |
| Binary | 11010001 | 100010 | 10010 | 0 | 1010100 | 1011011 | 10010 | 101 | 1010100 | 101101 |
Color Harmonies of #D12212
Complementary color
Monochromatic Colors of #D12212
Black with #D12212
Text Example
Text Example
White with #D12212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12212; }
p { color: rgb(209,34,18); }
H1.HeaderClassName
{
color: #D12212;
}
.AnyTagClassName
{
color: #D12212;
}
</style>
background-color css
<style>
a { background-color: #D12212; }
a { background-color: rgb(209,34,18); }
div.DivClassName
{
background-color: #D12212;
}
.BgClassName
{
background-color: #D12212;
}
</style>
border-color css
<style>
span { border-color: #D12212; }
span { border-color: rgb(209,34,18); }
td.TdClassName
{
border-color: #D12212;
}
.TagClassName
{
border-color: #D12212;
}
</style>