Html Css Color HEX #C02A13 Harley Davidson Orange
📋 copy color: '#C02A13'red 192 ◦ green 42 ◦ blue 19
Shades of Harley Davidson Orange #C02A13
Tints of Harley Davidson Orange #C02A13
RGB
CMYK
RGB Variations
Color information
#C02A13 (or 0xC02A13) is known color: Harley Davidson Orange. HEX triplet: C0, 2A and 13. RGB value is (192,42,19). Sum of RGB (Red+Green+Blue) = 192+42+19=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02A13 is #3FD5EC. Grayscale: #545454. Windows color (decimal): -4183533 or 1256128. OLE color: 1256128.
HSL color Cylindrical-coordinate representation of color #C02A13: hue angle of 7.98º 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 #C02A13 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 19 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.25 |
| HSL | 7.98º | 0.82% | 0.41% | - |
| HSV(B) | 7.98º | 0.9% | 0.75% | - |
| XYZ | 22.68 | 12.91 | 1.91 | - |
| YUV | 84.23 | 91.2 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 19 | 0 | 0.78 | 0.90 | 0.25 | 7.98 | 0.82 | 0.41 |
| Hex | C0 | 2A | 13 | 0 | 4E | 5A | 19 | 8 | 52 | 29 |
| Octal | 300 | 52 | 23 | 0 | 116 | 132 | 31 | 10 | 122 | 51 |
| Binary | 11000000 | 101010 | 10011 | 0 | 1001110 | 1011010 | 11001 | 1000 | 1010010 | 101001 |
Color Harmonies of #C02A13
Complementary color
Monochromatic Colors of #C02A13
Black with #C02A13
Text Example
Text Example
White with #C02A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A13; }
p { color: rgb(192,42,19); }
H1.HeaderClassName
{
color: #C02A13;
}
.AnyTagClassName
{
color: #C02A13;
}
</style>
background-color css
<style>
a { background-color: #C02A13; }
a { background-color: rgb(192,42,19); }
div.DivClassName
{
background-color: #C02A13;
}
.BgClassName
{
background-color: #C02A13;
}
</style>
border-color css
<style>
span { border-color: #C02A13; }
span { border-color: rgb(192,42,19); }
td.TdClassName
{
border-color: #C02A13;
}
.TagClassName
{
border-color: #C02A13;
}
</style>