Html Css Color HEX #C02504 Harley Davidson Orange
📋 copy color: '#C02504'red 192 ◦ green 37 ◦ blue 4
Shades of Harley Davidson Orange #C02504
Tints of Harley Davidson Orange #C02504
RGB
CMYK
RGB Variations
Color information
#C02504 (or 0xC02504) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 04. RGB value is (192,37,4). Sum of RGB (Red+Green+Blue) = 192+37+4=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C02504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02504 is #3FDAFB. Grayscale: #4F4F4F. Windows color (decimal): -4184828 or 271808. OLE color: 271808.
HSL color Cylindrical-coordinate representation of color #C02504: hue angle of 10.53º 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 #C02504 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.25 |
| HSL | 10.53º | 0.96% | 0.38% | - |
| HSV(B) | 10.53º | 0.98% | 0.75% | - |
| XYZ | 22.42 | 12.54 | 1.35 | - |
| YUV | 79.58 | 85.35 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 4 | 0 | 0.81 | 0.98 | 0.25 | 10.53 | 0.96 | 0.38 |
| Hex | C0 | 25 | 4 | 0 | 51 | 62 | 19 | B | 60 | 26 |
| Octal | 300 | 45 | 4 | 0 | 121 | 142 | 31 | 13 | 140 | 46 |
| Binary | 11000000 | 100101 | 100 | 0 | 1010001 | 1100010 | 11001 | 1011 | 1100000 | 100110 |
Color Harmonies of #C02504
Complementary color
Monochromatic Colors of #C02504
Black with #C02504
Text Example
Text Example
White with #C02504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02504; }
p { color: rgb(192,37,4); }
H1.HeaderClassName
{
color: #C02504;
}
.AnyTagClassName
{
color: #C02504;
}
</style>
background-color css
<style>
a { background-color: #C02504; }
a { background-color: rgb(192,37,4); }
div.DivClassName
{
background-color: #C02504;
}
.BgClassName
{
background-color: #C02504;
}
</style>
border-color css
<style>
span { border-color: #C02504; }
span { border-color: rgb(192,37,4); }
td.TdClassName
{
border-color: #C02504;
}
.TagClassName
{
border-color: #C02504;
}
</style>