Html Css Color HEX #C02913 Harley Davidson Orange
📋 copy color: '#C02913'red 192 ◦ green 41 ◦ blue 19
Shades of Harley Davidson Orange #C02913
Tints of Harley Davidson Orange #C02913
RGB
CMYK
RGB Variations
Color information
#C02913 (or 0xC02913) is known color: Harley Davidson Orange. HEX triplet: C0, 29 and 13. RGB value is (192,41,19). Sum of RGB (Red+Green+Blue) = 192+41+19=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C02913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02913 is #3FD6EC. Grayscale: #535353. Windows color (decimal): -4183789 or 1255872. OLE color: 1255872.
HSL color Cylindrical-coordinate representation of color #C02913: hue angle of 7.63º 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 #C02913 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 19 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.25 |
| HSL | 7.63º | 0.82% | 0.41% | - |
| HSV(B) | 7.63º | 0.9% | 0.75% | - |
| XYZ | 22.65 | 12.84 | 1.9 | - |
| YUV | 83.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 19 | 0 | 0.79 | 0.90 | 0.25 | 7.63 | 0.82 | 0.41 |
| Hex | C0 | 29 | 13 | 0 | 4F | 5A | 19 | 8 | 52 | 29 |
| Octal | 300 | 51 | 23 | 0 | 117 | 132 | 31 | 10 | 122 | 51 |
| Binary | 11000000 | 101001 | 10011 | 0 | 1001111 | 1011010 | 11001 | 1000 | 1010010 | 101001 |
Color Harmonies of #C02913
Complementary color
Monochromatic Colors of #C02913
Black with #C02913
Text Example
Text Example
White with #C02913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02913; }
p { color: rgb(192,41,19); }
H1.HeaderClassName
{
color: #C02913;
}
.AnyTagClassName
{
color: #C02913;
}
</style>
background-color css
<style>
a { background-color: #C02913; }
a { background-color: rgb(192,41,19); }
div.DivClassName
{
background-color: #C02913;
}
.BgClassName
{
background-color: #C02913;
}
</style>
border-color css
<style>
span { border-color: #C02913; }
span { border-color: rgb(192,41,19); }
td.TdClassName
{
border-color: #C02913;
}
.TagClassName
{
border-color: #C02913;
}
</style>