Html Css Color HEX #C62C0F Harley Davidson Orange
📋 copy color: '#C62C0F'red 198 ◦ green 44 ◦ blue 15
Shades of Harley Davidson Orange #C62C0F
Tints of Harley Davidson Orange #C62C0F
RGB
CMYK
RGB Variations
Color information
#C62C0F (or 0xC62C0F) is known color: Harley Davidson Orange. HEX triplet: C6, 2C and 0F. RGB value is (198,44,15). Sum of RGB (Red+Green+Blue) = 198+44+15=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62C0F is #39D3F0. Grayscale: #575757. Windows color (decimal): -3789809 or 994502. OLE color: 994502.
HSL color Cylindrical-coordinate representation of color #C62C0F: hue angle of 9.51º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C62C0F is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 15 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.22 |
| HSL | 9.51º | 0.86% | 0.42% | - |
| HSV(B) | 9.51º | 0.92% | 0.78% | - |
| XYZ | 24.28 | 13.84 | 1.84 | - |
| YUV | 86.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 15 | 0 | 0.78 | 0.92 | 0.22 | 9.51 | 0.86 | 0.42 |
| Hex | C6 | 2C | F | 0 | 4E | 5C | 16 | A | 56 | 2A |
| Octal | 306 | 54 | 17 | 0 | 116 | 134 | 26 | 12 | 126 | 52 |
| Binary | 11000110 | 101100 | 1111 | 0 | 1001110 | 1011100 | 10110 | 1010 | 1010110 | 101010 |
Color Harmonies of #C62C0F
Complementary color
Monochromatic Colors of #C62C0F
Black with #C62C0F
Text Example
Text Example
White with #C62C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C0F; }
p { color: rgb(198,44,15); }
H1.HeaderClassName
{
color: #C62C0F;
}
.AnyTagClassName
{
color: #C62C0F;
}
</style>
background-color css
<style>
a { background-color: #C62C0F; }
a { background-color: rgb(198,44,15); }
div.DivClassName
{
background-color: #C62C0F;
}
.BgClassName
{
background-color: #C62C0F;
}
</style>
border-color css
<style>
span { border-color: #C62C0F; }
span { border-color: rgb(198,44,15); }
td.TdClassName
{
border-color: #C62C0F;
}
.TagClassName
{
border-color: #C62C0F;
}
</style>