Html Css Color HEX #C62604 Harley Davidson Orange
📋 copy color: '#C62604'red 198 ◦ green 38 ◦ blue 4
Shades of Harley Davidson Orange #C62604
Tints of Harley Davidson Orange #C62604
RGB
CMYK
RGB Variations
Color information
#C62604 (or 0xC62604) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 04. RGB value is (198,38,4). Sum of RGB (Red+Green+Blue) = 198+38+4=240 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.5% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 198 - color contains mainly: red. Hex color #C62604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62604 is #39D9FB. Grayscale: #525252. Windows color (decimal): -3791356 or 272070. OLE color: 272070.
HSL color Cylindrical-coordinate representation of color #C62604: hue angle of 10.52º 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 #C62604 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.22 |
| HSL | 10.52º | 0.96% | 0.4% | - |
| HSV(B) | 10.52º | 0.98% | 0.78% | - |
| XYZ | 24 | 13.4 | 1.44 | - |
| YUV | 81.96 | 84.01 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 4 | 0 | 0.81 | 0.98 | 0.22 | 10.52 | 0.96 | 0.4 |
| Hex | C6 | 26 | 4 | 0 | 51 | 62 | 16 | B | 60 | 28 |
| Octal | 306 | 46 | 4 | 0 | 121 | 142 | 26 | 13 | 140 | 50 |
| Binary | 11000110 | 100110 | 100 | 0 | 1010001 | 1100010 | 10110 | 1011 | 1100000 | 101000 |
Color Harmonies of #C62604
Complementary color
Monochromatic Colors of #C62604
Black with #C62604
Text Example
Text Example
White with #C62604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62604; }
p { color: rgb(198,38,4); }
H1.HeaderClassName
{
color: #C62604;
}
.AnyTagClassName
{
color: #C62604;
}
</style>
background-color css
<style>
a { background-color: #C62604; }
a { background-color: rgb(198,38,4); }
div.DivClassName
{
background-color: #C62604;
}
.BgClassName
{
background-color: #C62604;
}
</style>
border-color css
<style>
span { border-color: #C62604; }
span { border-color: rgb(198,38,4); }
td.TdClassName
{
border-color: #C62604;
}
.TagClassName
{
border-color: #C62604;
}
</style>