Html Css Color HEX #D02013 Harley Davidson Orange
📋 copy color: '#D02013'red 208 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #D02013
Tints of Harley Davidson Orange #D02013
RGB
CMYK
RGB Variations
Color information
#D02013 (or 0xD02013) is known color: Harley Davidson Orange. HEX triplet: D0, 20 and 13. RGB value is (208,32,19). Sum of RGB (Red+Green+Blue) = 208+32+19=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D02013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02013 is #2FDFEC. Grayscale: #535353. Windows color (decimal): -3137517 or 1253584. OLE color: 1253584.
HSL color Cylindrical-coordinate representation of color #D02013: hue angle of 4.13º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D02013 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.18 |
| HSL | 4.13º | 0.83% | 0.45% | - |
| HSV(B) | 4.13º | 0.91% | 0.82% | - |
| XYZ | 26.65 | 14.49 | 2.01 | - |
| YUV | 83.14 | 91.81 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 19 | 0 | 0.85 | 0.91 | 0.18 | 4.13 | 0.83 | 0.45 |
| Hex | D0 | 20 | 13 | 0 | 55 | 5B | 12 | 4 | 53 | 2D |
| Octal | 320 | 40 | 23 | 0 | 125 | 133 | 22 | 4 | 123 | 55 |
| Binary | 11010000 | 100000 | 10011 | 0 | 1010101 | 1011011 | 10010 | 100 | 1010011 | 101101 |
Color Harmonies of #D02013
Complementary color
Monochromatic Colors of #D02013
Black with #D02013
Text Example
Text Example
White with #D02013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02013; }
p { color: rgb(208,32,19); }
H1.HeaderClassName
{
color: #D02013;
}
.AnyTagClassName
{
color: #D02013;
}
</style>
background-color css
<style>
a { background-color: #D02013; }
a { background-color: rgb(208,32,19); }
div.DivClassName
{
background-color: #D02013;
}
.BgClassName
{
background-color: #D02013;
}
</style>
border-color css
<style>
span { border-color: #D02013; }
span { border-color: rgb(208,32,19); }
td.TdClassName
{
border-color: #D02013;
}
.TagClassName
{
border-color: #D02013;
}
</style>