Html Css Color HEX #C62404 Harley Davidson Orange
📋 copy color: '#C62404'red 198 ◦ green 36 ◦ blue 4
Shades of Harley Davidson Orange #C62404
Tints of Harley Davidson Orange #C62404
RGB
CMYK
RGB Variations
Color information
#C62404 (or 0xC62404) is known color: Harley Davidson Orange. HEX triplet: C6, 24 and 04. RGB value is (198,36,4). Sum of RGB (Red+Green+Blue) = 198+36+4=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C62404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62404 is #39DBFB. Grayscale: #515151. Windows color (decimal): -3791868 or 271558. OLE color: 271558.
HSL color Cylindrical-coordinate representation of color #C62404: hue angle of 9.9º 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 #C62404 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.22 |
| HSL | 9.9º | 0.96% | 0.4% | - |
| HSV(B) | 9.9º | 0.98% | 0.78% | - |
| XYZ | 23.94 | 13.28 | 1.42 | - |
| YUV | 80.79 | 84.67 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 4 | 0 | 0.82 | 0.98 | 0.22 | 9.9 | 0.96 | 0.4 |
| Hex | C6 | 24 | 4 | 0 | 52 | 62 | 16 | A | 60 | 28 |
| Octal | 306 | 44 | 4 | 0 | 122 | 142 | 26 | 12 | 140 | 50 |
| Binary | 11000110 | 100100 | 100 | 0 | 1010010 | 1100010 | 10110 | 1010 | 1100000 | 101000 |
Color Harmonies of #C62404
Complementary color
Monochromatic Colors of #C62404
Black with #C62404
Text Example
Text Example
White with #C62404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62404; }
p { color: rgb(198,36,4); }
H1.HeaderClassName
{
color: #C62404;
}
.AnyTagClassName
{
color: #C62404;
}
</style>
background-color css
<style>
a { background-color: #C62404; }
a { background-color: rgb(198,36,4); }
div.DivClassName
{
background-color: #C62404;
}
.BgClassName
{
background-color: #C62404;
}
</style>
border-color css
<style>
span { border-color: #C62404; }
span { border-color: rgb(198,36,4); }
td.TdClassName
{
border-color: #C62404;
}
.TagClassName
{
border-color: #C62404;
}
</style>