Html Css Color HEX #C62718 Harley Davidson Orange
📋 copy color: '#C62718'red 198 ◦ green 39 ◦ blue 24
Shades of Harley Davidson Orange #C62718
Tints of Harley Davidson Orange #C62718
RGB
CMYK
RGB Variations
Color information
#C62718 (or 0xC62718) is known color: Harley Davidson Orange. HEX triplet: C6, 27 and 18. RGB value is (198,39,24). Sum of RGB (Red+Green+Blue) = 198+39+24=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C62718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62718 is #39D8E7. Grayscale: #555555. Windows color (decimal): -3791080 or 1583046. OLE color: 1583046.
HSL color Cylindrical-coordinate representation of color #C62718: hue angle of 5.17º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C62718 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 24 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.22 |
| HSL | 5.17º | 0.78% | 0.44% | - |
| HSV(B) | 5.17º | 0.88% | 0.78% | - |
| XYZ | 24.18 | 13.52 | 2.2 | - |
| YUV | 84.83 | 93.68 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 24 | 0 | 0.80 | 0.88 | 0.22 | 5.17 | 0.78 | 0.44 |
| Hex | C6 | 27 | 18 | 0 | 50 | 58 | 16 | 5 | 4E | 2C |
| Octal | 306 | 47 | 30 | 0 | 120 | 130 | 26 | 5 | 116 | 54 |
| Binary | 11000110 | 100111 | 11000 | 0 | 1010000 | 1011000 | 10110 | 101 | 1001110 | 101100 |
Color Harmonies of #C62718
Complementary color
Monochromatic Colors of #C62718
Black with #C62718
Text Example
Text Example
White with #C62718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62718; }
p { color: rgb(198,39,24); }
H1.HeaderClassName
{
color: #C62718;
}
.AnyTagClassName
{
color: #C62718;
}
</style>
background-color css
<style>
a { background-color: #C62718; }
a { background-color: rgb(198,39,24); }
div.DivClassName
{
background-color: #C62718;
}
.BgClassName
{
background-color: #C62718;
}
</style>
border-color css
<style>
span { border-color: #C62718; }
span { border-color: rgb(198,39,24); }
td.TdClassName
{
border-color: #C62718;
}
.TagClassName
{
border-color: #C62718;
}
</style>