Html Css Color HEX #C02413 Harley Davidson Orange
📋 copy color: '#C02413'red 192 ◦ green 36 ◦ blue 19
Shades of Harley Davidson Orange #C02413
Tints of Harley Davidson Orange #C02413
RGB
CMYK
RGB Variations
Color information
#C02413 (or 0xC02413) is known color: Harley Davidson Orange. HEX triplet: C0, 24 and 13. RGB value is (192,36,19). Sum of RGB (Red+Green+Blue) = 192+36+19=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C02413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02413 is #3FDBEC. Grayscale: #505050. Windows color (decimal): -4185069 or 1254592. OLE color: 1254592.
HSL color Cylindrical-coordinate representation of color #C02413: hue angle of 5.9º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C02413 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 19 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.25 |
| HSL | 5.9º | 0.82% | 0.41% | - |
| HSV(B) | 5.9º | 0.9% | 0.75% | - |
| XYZ | 22.49 | 12.52 | 1.85 | - |
| YUV | 80.71 | 93.18 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 19 | 0 | 0.81 | 0.90 | 0.25 | 5.9 | 0.82 | 0.41 |
| Hex | C0 | 24 | 13 | 0 | 51 | 5A | 19 | 6 | 52 | 29 |
| Octal | 300 | 44 | 23 | 0 | 121 | 132 | 31 | 6 | 122 | 51 |
| Binary | 11000000 | 100100 | 10011 | 0 | 1010001 | 1011010 | 11001 | 110 | 1010010 | 101001 |
Color Harmonies of #C02413
Complementary color
Monochromatic Colors of #C02413
Black with #C02413
Text Example
Text Example
White with #C02413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02413; }
p { color: rgb(192,36,19); }
H1.HeaderClassName
{
color: #C02413;
}
.AnyTagClassName
{
color: #C02413;
}
</style>
background-color css
<style>
a { background-color: #C02413; }
a { background-color: rgb(192,36,19); }
div.DivClassName
{
background-color: #C02413;
}
.BgClassName
{
background-color: #C02413;
}
</style>
border-color css
<style>
span { border-color: #C02413; }
span { border-color: rgb(192,36,19); }
td.TdClassName
{
border-color: #C02413;
}
.TagClassName
{
border-color: #C02413;
}
</style>