Html Css Color HEX #D02504 Harley Davidson Orange
📋 copy color: '#D02504'red 208 ◦ green 37 ◦ blue 4
Shades of Harley Davidson Orange #D02504
Tints of Harley Davidson Orange #D02504
RGB
CMYK
RGB Variations
Color information
#D02504 (or 0xD02504) is known color: Harley Davidson Orange. HEX triplet: D0, 25 and 04. RGB value is (208,37,4). Sum of RGB (Red+Green+Blue) = 208+37+4=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D02504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02504 is #2FDAFB. Grayscale: #545454. Windows color (decimal): -3136252 or 271824. OLE color: 271824.
HSL color Cylindrical-coordinate representation of color #D02504: hue angle of 9.71º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D02504 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.18 |
| HSL | 9.71º | 0.96% | 0.42% | - |
| HSV(B) | 9.71º | 0.98% | 0.82% | - |
| XYZ | 26.7 | 14.74 | 1.55 | - |
| YUV | 84.37 | 82.65 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 4 | 0 | 0.82 | 0.98 | 0.18 | 9.71 | 0.96 | 0.42 |
| Hex | D0 | 25 | 4 | 0 | 52 | 62 | 12 | A | 60 | 2A |
| Octal | 320 | 45 | 4 | 0 | 122 | 142 | 22 | 12 | 140 | 52 |
| Binary | 11010000 | 100101 | 100 | 0 | 1010010 | 1100010 | 10010 | 1010 | 1100000 | 101010 |
Color Harmonies of #D02504
Complementary color
Monochromatic Colors of #D02504
Black with #D02504
Text Example
Text Example
White with #D02504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02504; }
p { color: rgb(208,37,4); }
H1.HeaderClassName
{
color: #D02504;
}
.AnyTagClassName
{
color: #D02504;
}
</style>
background-color css
<style>
a { background-color: #D02504; }
a { background-color: rgb(208,37,4); }
div.DivClassName
{
background-color: #D02504;
}
.BgClassName
{
background-color: #D02504;
}
</style>
border-color css
<style>
span { border-color: #D02504; }
span { border-color: rgb(208,37,4); }
td.TdClassName
{
border-color: #D02504;
}
.TagClassName
{
border-color: #D02504;
}
</style>