Html Css Color HEX #C02004 Harley Davidson Orange
📋 copy color: '#C02004'red 192 ◦ green 32 ◦ blue 4
Shades of Harley Davidson Orange #C02004
Tints of Harley Davidson Orange #C02004
RGB
CMYK
RGB Variations
Color information
#C02004 (or 0xC02004) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 04. RGB value is (192,32,4). Sum of RGB (Red+Green+Blue) = 192+32+4=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C02004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02004 is #3FDFFB. Grayscale: #4C4C4C. Windows color (decimal): -4186108 or 270528. OLE color: 270528.
HSL color Cylindrical-coordinate representation of color #C02004: hue angle of 8.94º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C02004 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.25 |
| HSL | 8.94º | 0.96% | 0.38% | - |
| HSV(B) | 8.94º | 0.98% | 0.75% | - |
| XYZ | 22.28 | 12.25 | 1.3 | - |
| YUV | 76.65 | 87.01 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 4 | 0 | 0.83 | 0.98 | 0.25 | 8.94 | 0.96 | 0.38 |
| Hex | C0 | 20 | 4 | 0 | 53 | 62 | 19 | 9 | 60 | 26 |
| Octal | 300 | 40 | 4 | 0 | 123 | 142 | 31 | 11 | 140 | 46 |
| Binary | 11000000 | 100000 | 100 | 0 | 1010011 | 1100010 | 11001 | 1001 | 1100000 | 100110 |
Color Harmonies of #C02004
Complementary color
Monochromatic Colors of #C02004
Black with #C02004
Text Example
Text Example
White with #C02004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02004; }
p { color: rgb(192,32,4); }
H1.HeaderClassName
{
color: #C02004;
}
.AnyTagClassName
{
color: #C02004;
}
</style>
background-color css
<style>
a { background-color: #C02004; }
a { background-color: rgb(192,32,4); }
div.DivClassName
{
background-color: #C02004;
}
.BgClassName
{
background-color: #C02004;
}
</style>
border-color css
<style>
span { border-color: #C02004; }
span { border-color: rgb(192,32,4); }
td.TdClassName
{
border-color: #C02004;
}
.TagClassName
{
border-color: #C02004;
}
</style>