Html Css Color HEX #D01C0E Harley Davidson Orange
📋 copy color: '#D01C0E'red 208 ◦ green 28 ◦ blue 14
Shades of Harley Davidson Orange #D01C0E
Tints of Harley Davidson Orange #D01C0E
RGB
CMYK
RGB Variations
Color information
#D01C0E (or 0xD01C0E) is known color: Harley Davidson Orange. HEX triplet: D0, 1C and 0E. RGB value is (208,28,14). Sum of RGB (Red+Green+Blue) = 208+28+14=250 (33% of max value = 765). Red value is 208 (81.64% from 255 or 83.2% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01C0E is #2FE3F1. Grayscale: #505050. Windows color (decimal): -3138546 or 924880. OLE color: 924880.
HSL color Cylindrical-coordinate representation of color #D01C0E: hue angle of 4.33º 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 #D01C0E is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 14 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.18 |
| HSL | 4.33º | 0.87% | 0.44% | - |
| HSV(B) | 4.33º | 0.93% | 0.82% | - |
| XYZ | 26.51 | 14.27 | 1.77 | - |
| YUV | 80.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 14 | 0 | 0.87 | 0.93 | 0.18 | 4.33 | 0.87 | 0.44 |
| Hex | D0 | 1C | E | 0 | 57 | 5D | 12 | 4 | 57 | 2C |
| Octal | 320 | 34 | 16 | 0 | 127 | 135 | 22 | 4 | 127 | 54 |
| Binary | 11010000 | 11100 | 1110 | 0 | 1010111 | 1011101 | 10010 | 100 | 1010111 | 101100 |
Color Harmonies of #D01C0E
Complementary color
Monochromatic Colors of #D01C0E
Black with #D01C0E
Text Example
Text Example
White with #D01C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C0E; }
p { color: rgb(208,28,14); }
H1.HeaderClassName
{
color: #D01C0E;
}
.AnyTagClassName
{
color: #D01C0E;
}
</style>
background-color css
<style>
a { background-color: #D01C0E; }
a { background-color: rgb(208,28,14); }
div.DivClassName
{
background-color: #D01C0E;
}
.BgClassName
{
background-color: #D01C0E;
}
</style>
border-color css
<style>
span { border-color: #D01C0E; }
span { border-color: rgb(208,28,14); }
td.TdClassName
{
border-color: #D01C0E;
}
.TagClassName
{
border-color: #D01C0E;
}
</style>