Html Css Color HEX #D01C0F Harley Davidson Orange
📋 copy color: '#D01C0F'red 208 ◦ green 28 ◦ blue 15
Shades of Harley Davidson Orange #D01C0F
Tints of Harley Davidson Orange #D01C0F
RGB
CMYK
RGB Variations
Color information
#D01C0F (or 0xD01C0F) is known color: Harley Davidson Orange. HEX triplet: D0, 1C and 0F. RGB value is (208,28,15). Sum of RGB (Red+Green+Blue) = 208+28+15=251 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.87% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01C0F is #2FE3F0. Grayscale: #505050. Windows color (decimal): -3138545 or 990416. OLE color: 990416.
HSL color Cylindrical-coordinate representation of color #D01C0F: hue angle of 4.04º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D01C0F is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 15 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.18 |
| HSL | 4.04º | 0.87% | 0.44% | - |
| HSV(B) | 4.04º | 0.93% | 0.82% | - |
| XYZ | 26.51 | 14.27 | 1.81 | - |
| YUV | 80.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 15 | 0 | 0.87 | 0.93 | 0.18 | 4.04 | 0.87 | 0.44 |
| Hex | D0 | 1C | F | 0 | 57 | 5D | 12 | 4 | 57 | 2C |
| Octal | 320 | 34 | 17 | 0 | 127 | 135 | 22 | 4 | 127 | 54 |
| Binary | 11010000 | 11100 | 1111 | 0 | 1010111 | 1011101 | 10010 | 100 | 1010111 | 101100 |
Color Harmonies of #D01C0F
Complementary color
Monochromatic Colors of #D01C0F
Black with #D01C0F
Text Example
Text Example
White with #D01C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C0F; }
p { color: rgb(208,28,15); }
H1.HeaderClassName
{
color: #D01C0F;
}
.AnyTagClassName
{
color: #D01C0F;
}
</style>
background-color css
<style>
a { background-color: #D01C0F; }
a { background-color: rgb(208,28,15); }
div.DivClassName
{
background-color: #D01C0F;
}
.BgClassName
{
background-color: #D01C0F;
}
</style>
border-color css
<style>
span { border-color: #D01C0F; }
span { border-color: rgb(208,28,15); }
td.TdClassName
{
border-color: #D01C0F;
}
.TagClassName
{
border-color: #D01C0F;
}
</style>