Html Css Color HEX #C62218 Harley Davidson Orange
📋 copy color: '#C62218'red 198 ◦ green 34 ◦ blue 24
Shades of Harley Davidson Orange #C62218
Tints of Harley Davidson Orange #C62218
RGB
CMYK
RGB Variations
Color information
#C62218 (or 0xC62218) is known color: Harley Davidson Orange. HEX triplet: C6, 22 and 18. RGB value is (198,34,24). Sum of RGB (Red+Green+Blue) = 198+34+24=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C62218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62218 is #39DDE7. Grayscale: #525252. Windows color (decimal): -3792360 or 1581766. OLE color: 1581766.
HSL color Cylindrical-coordinate representation of color #C62218: hue angle of 3.45º 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 #C62218 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 24 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.22 |
| HSL | 3.45º | 0.78% | 0.44% | - |
| HSV(B) | 3.45º | 0.88% | 0.78% | - |
| XYZ | 24.03 | 13.22 | 2.15 | - |
| YUV | 81.9 | 95.33 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 24 | 0 | 0.83 | 0.88 | 0.22 | 3.45 | 0.78 | 0.44 |
| Hex | C6 | 22 | 18 | 0 | 53 | 58 | 16 | 3 | 4E | 2C |
| Octal | 306 | 42 | 30 | 0 | 123 | 130 | 26 | 3 | 116 | 54 |
| Binary | 11000110 | 100010 | 11000 | 0 | 1010011 | 1011000 | 10110 | 11 | 1001110 | 101100 |
Color Harmonies of #C62218
Complementary color
Monochromatic Colors of #C62218
Black with #C62218
Text Example
Text Example
White with #C62218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62218; }
p { color: rgb(198,34,24); }
H1.HeaderClassName
{
color: #C62218;
}
.AnyTagClassName
{
color: #C62218;
}
</style>
background-color css
<style>
a { background-color: #C62218; }
a { background-color: rgb(198,34,24); }
div.DivClassName
{
background-color: #C62218;
}
.BgClassName
{
background-color: #C62218;
}
</style>
border-color css
<style>
span { border-color: #C62218; }
span { border-color: rgb(198,34,24); }
td.TdClassName
{
border-color: #C62218;
}
.TagClassName
{
border-color: #C62218;
}
</style>