Html Css Color HEX #C62005 Harley Davidson Orange
📋 copy color: '#C62005'red 198 ◦ green 32 ◦ blue 5
Shades of Harley Davidson Orange #C62005
Tints of Harley Davidson Orange #C62005
RGB
CMYK
RGB Variations
Color information
#C62005 (or 0xC62005) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 05. RGB value is (198,32,5). Sum of RGB (Red+Green+Blue) = 198+32+5=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C62005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62005 is #39DFFA. Grayscale: #4E4E4E. Windows color (decimal): -3792891 or 336070. OLE color: 336070.
HSL color Cylindrical-coordinate representation of color #C62005: hue angle of 8.39º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C62005 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 5 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.22 |
| HSL | 8.39º | 0.95% | 0.4% | - |
| HSV(B) | 8.39º | 0.97% | 0.78% | - |
| XYZ | 23.83 | 13.05 | 1.41 | - |
| YUV | 78.56 | 86.5 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 5 | 0 | 0.84 | 0.97 | 0.22 | 8.39 | 0.95 | 0.4 |
| Hex | C6 | 20 | 5 | 0 | 54 | 61 | 16 | 8 | 5F | 28 |
| Octal | 306 | 40 | 5 | 0 | 124 | 141 | 26 | 10 | 137 | 50 |
| Binary | 11000110 | 100000 | 101 | 0 | 1010100 | 1100001 | 10110 | 1000 | 1011111 | 101000 |
Color Harmonies of #C62005
Complementary color
Monochromatic Colors of #C62005
Black with #C62005
Text Example
Text Example
White with #C62005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62005; }
p { color: rgb(198,32,5); }
H1.HeaderClassName
{
color: #C62005;
}
.AnyTagClassName
{
color: #C62005;
}
</style>
background-color css
<style>
a { background-color: #C62005; }
a { background-color: rgb(198,32,5); }
div.DivClassName
{
background-color: #C62005;
}
.BgClassName
{
background-color: #C62005;
}
</style>
border-color css
<style>
span { border-color: #C62005; }
span { border-color: rgb(198,32,5); }
td.TdClassName
{
border-color: #C62005;
}
.TagClassName
{
border-color: #C62005;
}
</style>