Html Css Color HEX #D01C0B Harley Davidson Orange
📋 copy color: '#D01C0B'red 208 ◦ green 28 ◦ blue 11
Shades of Harley Davidson Orange #D01C0B
Tints of Harley Davidson Orange #D01C0B
RGB
CMYK
RGB Variations
Color information
#D01C0B (or 0xD01C0B) is known color: Harley Davidson Orange. HEX triplet: D0, 1C and 0B. RGB value is (208,28,11). Sum of RGB (Red+Green+Blue) = 208+28+11=247 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.21% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01C0B is #2FE3F4. Grayscale: #505050. Windows color (decimal): -3138549 or 728272. OLE color: 728272.
HSL color Cylindrical-coordinate representation of color #D01C0B: hue angle of 5.18º 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 #D01C0B is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 11 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.18 |
| HSL | 5.18º | 0.9% | 0.43% | - |
| HSV(B) | 5.18º | 0.95% | 0.82% | - |
| XYZ | 26.49 | 14.26 | 1.67 | - |
| YUV | 79.88 | 89.13 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 11 | 0 | 0.87 | 0.95 | 0.18 | 5.18 | 0.9 | 0.43 |
| Hex | D0 | 1C | B | 0 | 57 | 5F | 12 | 5 | 5A | 2B |
| Octal | 320 | 34 | 13 | 0 | 127 | 137 | 22 | 5 | 132 | 53 |
| Binary | 11010000 | 11100 | 1011 | 0 | 1010111 | 1011111 | 10010 | 101 | 1011010 | 101011 |
Color Harmonies of #D01C0B
Complementary color
Monochromatic Colors of #D01C0B
Black with #D01C0B
Text Example
Text Example
White with #D01C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C0B; }
p { color: rgb(208,28,11); }
H1.HeaderClassName
{
color: #D01C0B;
}
.AnyTagClassName
{
color: #D01C0B;
}
</style>
background-color css
<style>
a { background-color: #D01C0B; }
a { background-color: rgb(208,28,11); }
div.DivClassName
{
background-color: #D01C0B;
}
.BgClassName
{
background-color: #D01C0B;
}
</style>
border-color css
<style>
span { border-color: #D01C0B; }
span { border-color: rgb(208,28,11); }
td.TdClassName
{
border-color: #D01C0B;
}
.TagClassName
{
border-color: #D01C0B;
}
</style>