Html Css Color HEX #C02203 Harley Davidson Orange
📋 copy color: '#C02203'red 192 ◦ green 34 ◦ blue 3
Shades of Harley Davidson Orange #C02203
Tints of Harley Davidson Orange #C02203
RGB
CMYK
RGB Variations
Color information
#C02203 (or 0xC02203) is known color: Harley Davidson Orange. HEX triplet: C0, 22 and 03. RGB value is (192,34,3). Sum of RGB (Red+Green+Blue) = 192+34+3=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C02203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02203 is #3FDDFC. Grayscale: #4D4D4D. Windows color (decimal): -4185597 or 205504. OLE color: 205504.
HSL color Cylindrical-coordinate representation of color #C02203: hue angle of 9.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C02203 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.25 |
| HSL | 9.84º | 0.97% | 0.38% | - |
| HSV(B) | 9.84º | 0.98% | 0.75% | - |
| XYZ | 22.33 | 12.36 | 1.29 | - |
| YUV | 77.71 | 85.85 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 3 | 0 | 0.82 | 0.98 | 0.25 | 9.84 | 0.97 | 0.38 |
| Hex | C0 | 22 | 3 | 0 | 52 | 62 | 19 | A | 61 | 26 |
| Octal | 300 | 42 | 3 | 0 | 122 | 142 | 31 | 12 | 141 | 46 |
| Binary | 11000000 | 100010 | 11 | 0 | 1010010 | 1100010 | 11001 | 1010 | 1100001 | 100110 |
Color Harmonies of #C02203
Complementary color
Monochromatic Colors of #C02203
Black with #C02203
Text Example
Text Example
White with #C02203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02203; }
p { color: rgb(192,34,3); }
H1.HeaderClassName
{
color: #C02203;
}
.AnyTagClassName
{
color: #C02203;
}
</style>
background-color css
<style>
a { background-color: #C02203; }
a { background-color: rgb(192,34,3); }
div.DivClassName
{
background-color: #C02203;
}
.BgClassName
{
background-color: #C02203;
}
</style>
border-color css
<style>
span { border-color: #C02203; }
span { border-color: rgb(192,34,3); }
td.TdClassName
{
border-color: #C02203;
}
.TagClassName
{
border-color: #C02203;
}
</style>