Html Css Color HEX #C02D18 Harley Davidson Orange
📋 copy color: '#C02D18'red 192 ◦ green 45 ◦ blue 24
Shades of Harley Davidson Orange #C02D18
Tints of Harley Davidson Orange #C02D18
RGB
CMYK
RGB Variations
Color information
#C02D18 (or 0xC02D18) is known color: Harley Davidson Orange. HEX triplet: C0, 2D and 18. RGB value is (192,45,24). Sum of RGB (Red+Green+Blue) = 192+45+24=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02D18 is #3FD2E7. Grayscale: #565656. Windows color (decimal): -4182760 or 1584576. OLE color: 1584576.
HSL color Cylindrical-coordinate representation of color #C02D18: hue angle of 7.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C02D18 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 24 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.25 |
| HSL | 7.5º | 0.78% | 0.42% | - |
| HSV(B) | 7.5º | 0.88% | 0.75% | - |
| XYZ | 22.84 | 13.15 | 2.2 | - |
| YUV | 86.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 24 | 0 | 0.77 | 0.88 | 0.25 | 7.5 | 0.78 | 0.42 |
| Hex | C0 | 2D | 18 | 0 | 4D | 58 | 19 | 8 | 4E | 2A |
| Octal | 300 | 55 | 30 | 0 | 115 | 130 | 31 | 10 | 116 | 52 |
| Binary | 11000000 | 101101 | 11000 | 0 | 1001101 | 1011000 | 11001 | 1000 | 1001110 | 101010 |
Color Harmonies of #C02D18
Complementary color
Monochromatic Colors of #C02D18
Black with #C02D18
Text Example
Text Example
White with #C02D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D18; }
p { color: rgb(192,45,24); }
H1.HeaderClassName
{
color: #C02D18;
}
.AnyTagClassName
{
color: #C02D18;
}
</style>
background-color css
<style>
a { background-color: #C02D18; }
a { background-color: rgb(192,45,24); }
div.DivClassName
{
background-color: #C02D18;
}
.BgClassName
{
background-color: #C02D18;
}
</style>
border-color css
<style>
span { border-color: #C02D18; }
span { border-color: rgb(192,45,24); }
td.TdClassName
{
border-color: #C02D18;
}
.TagClassName
{
border-color: #C02D18;
}
</style>