Html Css Color HEX #D02C04 Harley Davidson Orange
📋 copy color: '#D02C04'red 208 ◦ green 44 ◦ blue 4
Shades of Harley Davidson Orange #D02C04
Tints of Harley Davidson Orange #D02C04
RGB
CMYK
RGB Variations
Color information
#D02C04 (or 0xD02C04) is known color: Harley Davidson Orange. HEX triplet: D0, 2C and 04. RGB value is (208,44,4). Sum of RGB (Red+Green+Blue) = 208+44+4=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02C04 is #2FD3FB. Grayscale: #585858. Windows color (decimal): -3134460 or 273616. OLE color: 273616.
HSL color Cylindrical-coordinate representation of color #D02C04: hue angle of 11.76º 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 #D02C04 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.18 |
| HSL | 11.76º | 0.96% | 0.42% | - |
| HSV(B) | 11.76º | 0.98% | 0.82% | - |
| XYZ | 26.94 | 15.22 | 1.63 | - |
| YUV | 88.48 | 80.33 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 4 | 0 | 0.79 | 0.98 | 0.18 | 11.76 | 0.96 | 0.42 |
| Hex | D0 | 2C | 4 | 0 | 4F | 62 | 12 | C | 60 | 2A |
| Octal | 320 | 54 | 4 | 0 | 117 | 142 | 22 | 14 | 140 | 52 |
| Binary | 11010000 | 101100 | 100 | 0 | 1001111 | 1100010 | 10010 | 1100 | 1100000 | 101010 |
Color Harmonies of #D02C04
Complementary color
Monochromatic Colors of #D02C04
Black with #D02C04
Text Example
Text Example
White with #D02C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C04; }
p { color: rgb(208,44,4); }
H1.HeaderClassName
{
color: #D02C04;
}
.AnyTagClassName
{
color: #D02C04;
}
</style>
background-color css
<style>
a { background-color: #D02C04; }
a { background-color: rgb(208,44,4); }
div.DivClassName
{
background-color: #D02C04;
}
.BgClassName
{
background-color: #D02C04;
}
</style>
border-color css
<style>
span { border-color: #D02C04; }
span { border-color: rgb(208,44,4); }
td.TdClassName
{
border-color: #D02C04;
}
.TagClassName
{
border-color: #D02C04;
}
</style>