Html Css Color HEX #C62518 Harley Davidson Orange
📋 copy color: '#C62518'red 198 ◦ green 37 ◦ blue 24
Shades of Harley Davidson Orange #C62518
Tints of Harley Davidson Orange #C62518
RGB
CMYK
RGB Variations
Color information
#C62518 (or 0xC62518) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 18. RGB value is (198,37,24). Sum of RGB (Red+Green+Blue) = 198+37+24=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C62518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62518 is #39DAE7. Grayscale: #535353. Windows color (decimal): -3791592 or 1582534. OLE color: 1582534.
HSL color Cylindrical-coordinate representation of color #C62518: hue angle of 4.48º 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 #C62518 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 24 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.22 |
| HSL | 4.48º | 0.78% | 0.44% | - |
| HSV(B) | 4.48º | 0.88% | 0.78% | - |
| XYZ | 24.12 | 13.39 | 2.18 | - |
| YUV | 83.66 | 94.34 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 24 | 0 | 0.81 | 0.88 | 0.22 | 4.48 | 0.78 | 0.44 |
| Hex | C6 | 25 | 18 | 0 | 51 | 58 | 16 | 4 | 4E | 2C |
| Octal | 306 | 45 | 30 | 0 | 121 | 130 | 26 | 4 | 116 | 54 |
| Binary | 11000110 | 100101 | 11000 | 0 | 1010001 | 1011000 | 10110 | 100 | 1001110 | 101100 |
Color Harmonies of #C62518
Complementary color
Monochromatic Colors of #C62518
Black with #C62518
Text Example
Text Example
White with #C62518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62518; }
p { color: rgb(198,37,24); }
H1.HeaderClassName
{
color: #C62518;
}
.AnyTagClassName
{
color: #C62518;
}
</style>
background-color css
<style>
a { background-color: #C62518; }
a { background-color: rgb(198,37,24); }
div.DivClassName
{
background-color: #C62518;
}
.BgClassName
{
background-color: #C62518;
}
</style>
border-color css
<style>
span { border-color: #C62518; }
span { border-color: rgb(198,37,24); }
td.TdClassName
{
border-color: #C62518;
}
.TagClassName
{
border-color: #C62518;
}
</style>