Html Css Color HEX #C02204 Harley Davidson Orange
📋 copy color: '#C02204'red 192 ◦ green 34 ◦ blue 4
Shades of Harley Davidson Orange #C02204
Tints of Harley Davidson Orange #C02204
RGB
CMYK
RGB Variations
Color information
#C02204 (or 0xC02204) is known color: Harley Davidson Orange. HEX triplet: C0, 22 and 04. RGB value is (192,34,4). Sum of RGB (Red+Green+Blue) = 192+34+4=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C02204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02204 is #3FDDFB. Grayscale: #4E4E4E. Windows color (decimal): -4185596 or 271040. OLE color: 271040.
HSL color Cylindrical-coordinate representation of color #C02204: hue angle of 9.57º degrees, saturation: 0.96, 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 #C02204 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.25 |
| HSL | 9.57º | 0.96% | 0.38% | - |
| HSV(B) | 9.57º | 0.98% | 0.75% | - |
| XYZ | 22.33 | 12.36 | 1.32 | - |
| YUV | 77.82 | 86.35 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 4 | 0 | 0.82 | 0.98 | 0.25 | 9.57 | 0.96 | 0.38 |
| Hex | C0 | 22 | 4 | 0 | 52 | 62 | 19 | A | 60 | 26 |
| Octal | 300 | 42 | 4 | 0 | 122 | 142 | 31 | 12 | 140 | 46 |
| Binary | 11000000 | 100010 | 100 | 0 | 1010010 | 1100010 | 11001 | 1010 | 1100000 | 100110 |
Color Harmonies of #C02204
Complementary color
Monochromatic Colors of #C02204
Black with #C02204
Text Example
Text Example
White with #C02204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02204; }
p { color: rgb(192,34,4); }
H1.HeaderClassName
{
color: #C02204;
}
.AnyTagClassName
{
color: #C02204;
}
</style>
background-color css
<style>
a { background-color: #C02204; }
a { background-color: rgb(192,34,4); }
div.DivClassName
{
background-color: #C02204;
}
.BgClassName
{
background-color: #C02204;
}
</style>
border-color css
<style>
span { border-color: #C02204; }
span { border-color: rgb(192,34,4); }
td.TdClassName
{
border-color: #C02204;
}
.TagClassName
{
border-color: #C02204;
}
</style>