Html Css Color HEX #D11C08 Harley Davidson Orange
📋 copy color: '#D11C08'red 209 ◦ green 28 ◦ blue 8
Shades of Harley Davidson Orange #D11C08
Tints of Harley Davidson Orange #D11C08
RGB
CMYK
RGB Variations
Color information
#D11C08 (or 0xD11C08) is known color: Harley Davidson Orange. HEX triplet: D1, 1C and 08. RGB value is (209,28,8). Sum of RGB (Red+Green+Blue) = 209+28+8=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11C08 is #2EE3F7. Grayscale: #505050. Windows color (decimal): -3073016 or 531665. OLE color: 531665.
HSL color Cylindrical-coordinate representation of color #D11C08: hue angle of 5.97º degrees, saturation: 0.93, 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 #D11C08 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.18 |
| HSL | 5.97º | 0.93% | 0.43% | - |
| HSV(B) | 5.97º | 0.96% | 0.82% | - |
| XYZ | 26.75 | 14.4 | 1.6 | - |
| YUV | 79.84 | 87.47 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 8 | 0 | 0.87 | 0.96 | 0.18 | 5.97 | 0.93 | 0.43 |
| Hex | D1 | 1C | 8 | 0 | 57 | 60 | 12 | 6 | 5D | 2B |
| Octal | 321 | 34 | 10 | 0 | 127 | 140 | 22 | 6 | 135 | 53 |
| Binary | 11010001 | 11100 | 1000 | 0 | 1010111 | 1100000 | 10010 | 110 | 1011101 | 101011 |
Color Harmonies of #D11C08
Complementary color
Monochromatic Colors of #D11C08
Black with #D11C08
Text Example
Text Example
White with #D11C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C08; }
p { color: rgb(209,28,8); }
H1.HeaderClassName
{
color: #D11C08;
}
.AnyTagClassName
{
color: #D11C08;
}
</style>
background-color css
<style>
a { background-color: #D11C08; }
a { background-color: rgb(209,28,8); }
div.DivClassName
{
background-color: #D11C08;
}
.BgClassName
{
background-color: #D11C08;
}
</style>
border-color css
<style>
span { border-color: #D11C08; }
span { border-color: rgb(209,28,8); }
td.TdClassName
{
border-color: #D11C08;
}
.TagClassName
{
border-color: #D11C08;
}
</style>