Html Css Color HEX #C62204 Harley Davidson Orange
📋 copy color: '#C62204'red 198 ◦ green 34 ◦ blue 4
Shades of Harley Davidson Orange #C62204
Tints of Harley Davidson Orange #C62204
RGB
CMYK
RGB Variations
Color information
#C62204 (or 0xC62204) is known color: Harley Davidson Orange. HEX triplet: C6, 22 and 04. RGB value is (198,34,4). Sum of RGB (Red+Green+Blue) = 198+34+4=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C62204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62204 is #39DDFB. Grayscale: #4F4F4F. Windows color (decimal): -3792380 or 271046. OLE color: 271046.
HSL color Cylindrical-coordinate representation of color #C62204: hue angle of 9.28º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C62204 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.22 |
| HSL | 9.28º | 0.96% | 0.4% | - |
| HSV(B) | 9.28º | 0.98% | 0.78% | - |
| XYZ | 23.88 | 13.16 | 1.4 | - |
| YUV | 79.62 | 85.33 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 4 | 0 | 0.83 | 0.98 | 0.22 | 9.28 | 0.96 | 0.4 |
| Hex | C6 | 22 | 4 | 0 | 53 | 62 | 16 | 9 | 60 | 28 |
| Octal | 306 | 42 | 4 | 0 | 123 | 142 | 26 | 11 | 140 | 50 |
| Binary | 11000110 | 100010 | 100 | 0 | 1010011 | 1100010 | 10110 | 1001 | 1100000 | 101000 |
Color Harmonies of #C62204
Complementary color
Monochromatic Colors of #C62204
Black with #C62204
Text Example
Text Example
White with #C62204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62204; }
p { color: rgb(198,34,4); }
H1.HeaderClassName
{
color: #C62204;
}
.AnyTagClassName
{
color: #C62204;
}
</style>
background-color css
<style>
a { background-color: #C62204; }
a { background-color: rgb(198,34,4); }
div.DivClassName
{
background-color: #C62204;
}
.BgClassName
{
background-color: #C62204;
}
</style>
border-color css
<style>
span { border-color: #C62204; }
span { border-color: rgb(198,34,4); }
td.TdClassName
{
border-color: #C62204;
}
.TagClassName
{
border-color: #C62204;
}
</style>