Html Css Color HEX #C02002 Harley Davidson Orange
📋 copy color: '#C02002'red 192 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #C02002
Tints of Harley Davidson Orange #C02002
RGB
CMYK
RGB Variations
Color information
#C02002 (or 0xC02002) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 02. RGB value is (192,32,2). Sum of RGB (Red+Green+Blue) = 192+32+2=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C02002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02002 is #3FDFFD. Grayscale: #4C4C4C. Windows color (decimal): -4186110 or 139456. OLE color: 139456.
HSL color Cylindrical-coordinate representation of color #C02002: hue angle of 9.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C02002 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.25 |
| HSL | 9.47º | 0.98% | 0.38% | - |
| HSV(B) | 9.47º | 0.99% | 0.75% | - |
| XYZ | 22.27 | 12.24 | 1.25 | - |
| YUV | 76.42 | 86.01 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 2 | 0 | 0.83 | 0.99 | 0.25 | 9.47 | 0.98 | 0.38 |
| Hex | C0 | 20 | 2 | 0 | 53 | 63 | 19 | 9 | 62 | 26 |
| Octal | 300 | 40 | 2 | 0 | 123 | 143 | 31 | 11 | 142 | 46 |
| Binary | 11000000 | 100000 | 10 | 0 | 1010011 | 1100011 | 11001 | 1001 | 1100010 | 100110 |
Color Harmonies of #C02002
Complementary color
Monochromatic Colors of #C02002
Black with #C02002
Text Example
Text Example
White with #C02002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02002; }
p { color: rgb(192,32,2); }
H1.HeaderClassName
{
color: #C02002;
}
.AnyTagClassName
{
color: #C02002;
}
</style>
background-color css
<style>
a { background-color: #C02002; }
a { background-color: rgb(192,32,2); }
div.DivClassName
{
background-color: #C02002;
}
.BgClassName
{
background-color: #C02002;
}
</style>
border-color css
<style>
span { border-color: #C02002; }
span { border-color: rgb(192,32,2); }
td.TdClassName
{
border-color: #C02002;
}
.TagClassName
{
border-color: #C02002;
}
</style>