Html Css Color HEX #D1190B Harley Davidson Orange
📋 copy color: '#D1190B'red 209 ◦ green 25 ◦ blue 11
Shades of Harley Davidson Orange #D1190B
Tints of Harley Davidson Orange #D1190B
RGB
CMYK
RGB Variations
Color information
#D1190B (or 0xD1190B) is known color: Harley Davidson Orange. HEX triplet: D1, 19 and 0B. RGB value is (209,25,11). Sum of RGB (Red+Green+Blue) = 209+25+11=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D1190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1190B is #2EE6F4. Grayscale: #4E4E4E. Windows color (decimal): -3073781 or 727505. OLE color: 727505.
HSL color Cylindrical-coordinate representation of color #D1190B: hue angle of 4.24º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1190B is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 11 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.18 |
| HSL | 4.24º | 0.9% | 0.43% | - |
| HSV(B) | 4.24º | 0.95% | 0.82% | - |
| XYZ | 26.7 | 14.27 | 1.66 | - |
| YUV | 78.42 | 89.96 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 11 | 0 | 0.88 | 0.95 | 0.18 | 4.24 | 0.9 | 0.43 |
| Hex | D1 | 19 | B | 0 | 58 | 5F | 12 | 4 | 5A | 2B |
| Octal | 321 | 31 | 13 | 0 | 130 | 137 | 22 | 4 | 132 | 53 |
| Binary | 11010001 | 11001 | 1011 | 0 | 1011000 | 1011111 | 10010 | 100 | 1011010 | 101011 |
Color Harmonies of #D1190B
Complementary color
Monochromatic Colors of #D1190B
Black with #D1190B
Text Example
Text Example
White with #D1190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1190B; }
p { color: rgb(209,25,11); }
H1.HeaderClassName
{
color: #D1190B;
}
.AnyTagClassName
{
color: #D1190B;
}
</style>
background-color css
<style>
a { background-color: #D1190B; }
a { background-color: rgb(209,25,11); }
div.DivClassName
{
background-color: #D1190B;
}
.BgClassName
{
background-color: #D1190B;
}
</style>
border-color css
<style>
span { border-color: #D1190B; }
span { border-color: rgb(209,25,11); }
td.TdClassName
{
border-color: #D1190B;
}
.TagClassName
{
border-color: #D1190B;
}
</style>