Html Css Color HEX #C62000 Harley Davidson Orange
📋 copy color: '#C62000'red 198 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #C62000
Tints of Harley Davidson Orange #C62000
RGB
CMYK
RGB Variations
Color information
#C62000 (or 0xC62000) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 00. RGB value is (198,32,0). Sum of RGB (Red+Green+Blue) = 198+32+0=230 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.09% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 198 - color contains mainly: red. Hex color #C62000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62000 is #39DFFF. Grayscale: #4E4E4E. Windows color (decimal): -3792896 or 8390. OLE color: 8390.
HSL color Cylindrical-coordinate representation of color #C62000: hue angle of 9.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C62000 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.22 |
| HSL | 9.7º | 1% | 0.39% | - |
| HSV(B) | 9.7º | 1% | 0.78% | - |
| XYZ | 23.81 | 13.04 | 1.26 | - |
| YUV | 77.99 | 84 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 0 | 0 | 0.84 | 1 | 0.22 | 9.7 | 1 | 0.39 |
| Hex | C6 | 20 | 0 | 0 | 54 | 64 | 16 | A | 64 | 27 |
| Octal | 306 | 40 | 0 | 0 | 124 | 144 | 26 | 12 | 144 | 47 |
| Binary | 11000110 | 100000 | 0 | 0 | 1010100 | 1100100 | 10110 | 1010 | 1100100 | 100111 |
Color Harmonies of #C62000
Complementary color
Monochromatic Colors of #C62000
Black with #C62000
Text Example
Text Example
White with #C62000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62000; }
p { color: rgb(198,32,0); }
H1.HeaderClassName
{
color: #C62000;
}
.AnyTagClassName
{
color: #C62000;
}
</style>
background-color css
<style>
a { background-color: #C62000; }
a { background-color: rgb(198,32,0); }
div.DivClassName
{
background-color: #C62000;
}
.BgClassName
{
background-color: #C62000;
}
</style>
border-color css
<style>
span { border-color: #C62000; }
span { border-color: rgb(198,32,0); }
td.TdClassName
{
border-color: #C62000;
}
.TagClassName
{
border-color: #C62000;
}
</style>