Html Css Color HEX #C02414 Harley Davidson Orange
📋 copy color: '#C02414'red 192 ◦ green 36 ◦ blue 20
Shades of Harley Davidson Orange #C02414
Tints of Harley Davidson Orange #C02414
RGB
CMYK
RGB Variations
Color information
#C02414 (or 0xC02414) is known color: Harley Davidson Orange. HEX triplet: C0, 24 and 14. RGB value is (192,36,20). Sum of RGB (Red+Green+Blue) = 192+36+20=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C02414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02414 is #3FDBEB. Grayscale: #515151. Windows color (decimal): -4185068 or 1320128. OLE color: 1320128.
HSL color Cylindrical-coordinate representation of color #C02414: hue angle of 5.58º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C02414 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 20 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.25 |
| HSL | 5.58º | 0.81% | 0.42% | - |
| HSV(B) | 5.58º | 0.9% | 0.75% | - |
| XYZ | 22.5 | 12.52 | 1.89 | - |
| YUV | 80.82 | 93.68 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 20 | 0 | 0.81 | 0.90 | 0.25 | 5.58 | 0.81 | 0.42 |
| Hex | C0 | 24 | 14 | 0 | 51 | 5A | 19 | 6 | 51 | 2A |
| Octal | 300 | 44 | 24 | 0 | 121 | 132 | 31 | 6 | 121 | 52 |
| Binary | 11000000 | 100100 | 10100 | 0 | 1010001 | 1011010 | 11001 | 110 | 1010001 | 101010 |
Color Harmonies of #C02414
Complementary color
Monochromatic Colors of #C02414
Black with #C02414
Text Example
Text Example
White with #C02414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02414; }
p { color: rgb(192,36,20); }
H1.HeaderClassName
{
color: #C02414;
}
.AnyTagClassName
{
color: #C02414;
}
</style>
background-color css
<style>
a { background-color: #C02414; }
a { background-color: rgb(192,36,20); }
div.DivClassName
{
background-color: #C02414;
}
.BgClassName
{
background-color: #C02414;
}
</style>
border-color css
<style>
span { border-color: #C02414; }
span { border-color: rgb(192,36,20); }
td.TdClassName
{
border-color: #C02414;
}
.TagClassName
{
border-color: #C02414;
}
</style>