Html Css Color HEX #D02F00 Harley Davidson Orange
📋 copy color: '#D02F00'red 208 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #D02F00
Tints of Harley Davidson Orange #D02F00
RGB
CMYK
RGB Variations
Color information
#D02F00 (or 0xD02F00) is known color: Harley Davidson Orange. HEX triplet: D0, 2F and 00. RGB value is (208,47,0). Sum of RGB (Red+Green+Blue) = 208+47+0=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02F00 is #2FD0FF. Grayscale: #5A5A5A. Windows color (decimal): -3133696 or 12240. OLE color: 12240.
HSL color Cylindrical-coordinate representation of color #D02F00: hue angle of 13.56º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D02F00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.18 |
| HSL | 13.56º | 1% | 0.41% | - |
| HSV(B) | 13.56º | 1% | 0.82% | - |
| XYZ | 27.03 | 15.44 | 1.56 | - |
| YUV | 89.78 | 77.34 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 0 | 0 | 0.77 | 1 | 0.18 | 13.56 | 1 | 0.41 |
| Hex | D0 | 2F | 0 | 0 | 4D | 64 | 12 | E | 64 | 29 |
| Octal | 320 | 57 | 0 | 0 | 115 | 144 | 22 | 16 | 144 | 51 |
| Binary | 11010000 | 101111 | 0 | 0 | 1001101 | 1100100 | 10010 | 1110 | 1100100 | 101001 |
Color Harmonies of #D02F00
Complementary color
Monochromatic Colors of #D02F00
Black with #D02F00
Text Example
Text Example
White with #D02F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F00; }
p { color: rgb(208,47,0); }
H1.HeaderClassName
{
color: #D02F00;
}
.AnyTagClassName
{
color: #D02F00;
}
</style>
background-color css
<style>
a { background-color: #D02F00; }
a { background-color: rgb(208,47,0); }
div.DivClassName
{
background-color: #D02F00;
}
.BgClassName
{
background-color: #D02F00;
}
</style>
border-color css
<style>
span { border-color: #D02F00; }
span { border-color: rgb(208,47,0); }
td.TdClassName
{
border-color: #D02F00;
}
.TagClassName
{
border-color: #D02F00;
}
</style>