Html Css Color HEX #D02F18 Harley Davidson Orange
📋 copy color: '#D02F18'red 208 ◦ green 47 ◦ blue 24
Shades of Harley Davidson Orange #D02F18
Tints of Harley Davidson Orange #D02F18
RGB
CMYK
RGB Variations
Color information
#D02F18 (or 0xD02F18) is known color: Harley Davidson Orange. HEX triplet: D0, 2F and 18. RGB value is (208,47,24). Sum of RGB (Red+Green+Blue) = 208+47+24=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02F18 is #2FD0E7. Grayscale: #5C5C5C. Windows color (decimal): -3133672 or 1585104. OLE color: 1585104.
HSL color Cylindrical-coordinate representation of color #D02F18: hue angle of 7.5º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D02F18 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 24 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.18 |
| HSL | 7.5º | 0.79% | 0.45% | - |
| HSV(B) | 7.5º | 0.88% | 0.82% | - |
| XYZ | 27.19 | 15.51 | 2.42 | - |
| YUV | 92.52 | 89.34 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 24 | 0 | 0.77 | 0.88 | 0.18 | 7.5 | 0.79 | 0.45 |
| Hex | D0 | 2F | 18 | 0 | 4D | 58 | 12 | 8 | 4F | 2D |
| Octal | 320 | 57 | 30 | 0 | 115 | 130 | 22 | 10 | 117 | 55 |
| Binary | 11010000 | 101111 | 11000 | 0 | 1001101 | 1011000 | 10010 | 1000 | 1001111 | 101101 |
Color Harmonies of #D02F18
Complementary color
Monochromatic Colors of #D02F18
Black with #D02F18
Text Example
Text Example
White with #D02F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F18; }
p { color: rgb(208,47,24); }
H1.HeaderClassName
{
color: #D02F18;
}
.AnyTagClassName
{
color: #D02F18;
}
</style>
background-color css
<style>
a { background-color: #D02F18; }
a { background-color: rgb(208,47,24); }
div.DivClassName
{
background-color: #D02F18;
}
.BgClassName
{
background-color: #D02F18;
}
</style>
border-color css
<style>
span { border-color: #D02F18; }
span { border-color: rgb(208,47,24); }
td.TdClassName
{
border-color: #D02F18;
}
.TagClassName
{
border-color: #D02F18;
}
</style>