Html Css Color HEX #D11C12 Harley Davidson Orange
📋 copy color: '#D11C12'red 209 ◦ green 28 ◦ blue 18
Shades of Harley Davidson Orange #D11C12
Tints of Harley Davidson Orange #D11C12
RGB
CMYK
RGB Variations
Color information
#D11C12 (or 0xD11C12) is known color: Harley Davidson Orange. HEX triplet: D1, 1C and 12. RGB value is (209,28,18). Sum of RGB (Red+Green+Blue) = 209+28+18=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11C12 is #2EE3ED. Grayscale: #515151. Windows color (decimal): -3073006 or 1187025. OLE color: 1187025.
HSL color Cylindrical-coordinate representation of color #D11C12: hue angle of 3.14º 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 #D11C12 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 18 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.18 |
| HSL | 3.14º | 0.84% | 0.45% | - |
| HSV(B) | 3.14º | 0.91% | 0.82% | - |
| XYZ | 26.82 | 14.43 | 1.94 | - |
| YUV | 80.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 18 | 0 | 0.87 | 0.91 | 0.18 | 3.14 | 0.84 | 0.45 |
| Hex | D1 | 1C | 12 | 0 | 57 | 5B | 12 | 3 | 54 | 2D |
| Octal | 321 | 34 | 22 | 0 | 127 | 133 | 22 | 3 | 124 | 55 |
| Binary | 11010001 | 11100 | 10010 | 0 | 1010111 | 1011011 | 10010 | 11 | 1010100 | 101101 |
Color Harmonies of #D11C12
Complementary color
Monochromatic Colors of #D11C12
Black with #D11C12
Text Example
Text Example
White with #D11C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C12; }
p { color: rgb(209,28,18); }
H1.HeaderClassName
{
color: #D11C12;
}
.AnyTagClassName
{
color: #D11C12;
}
</style>
background-color css
<style>
a { background-color: #D11C12; }
a { background-color: rgb(209,28,18); }
div.DivClassName
{
background-color: #D11C12;
}
.BgClassName
{
background-color: #D11C12;
}
</style>
border-color css
<style>
span { border-color: #D11C12; }
span { border-color: rgb(209,28,18); }
td.TdClassName
{
border-color: #D11C12;
}
.TagClassName
{
border-color: #D11C12;
}
</style>