Html Css Color HEX #C52418 Harley Davidson Orange
📋 copy color: '#C52418'red 197 ◦ green 36 ◦ blue 24
Shades of Harley Davidson Orange #C52418
Tints of Harley Davidson Orange #C52418
RGB
CMYK
RGB Variations
Color information
#C52418 (or 0xC52418) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 18. RGB value is (197,36,24). Sum of RGB (Red+Green+Blue) = 197+36+24=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C52418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52418 is #3ADBE7. Grayscale: #525252. Windows color (decimal): -3857384 or 1582277. OLE color: 1582277.
HSL color Cylindrical-coordinate representation of color #C52418: hue angle of 4.16º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C52418 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 24 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.23 |
| HSL | 4.16º | 0.78% | 0.43% | - |
| HSV(B) | 4.16º | 0.88% | 0.77% | - |
| XYZ | 23.82 | 13.2 | 2.16 | - |
| YUV | 82.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 24 | 0 | 0.82 | 0.88 | 0.23 | 4.16 | 0.78 | 0.43 |
| Hex | C5 | 24 | 18 | 0 | 52 | 58 | 17 | 4 | 4E | 2B |
| Octal | 305 | 44 | 30 | 0 | 122 | 130 | 27 | 4 | 116 | 53 |
| Binary | 11000101 | 100100 | 11000 | 0 | 1010010 | 1011000 | 10111 | 100 | 1001110 | 101011 |
Color Harmonies of #C52418
Complementary color
Monochromatic Colors of #C52418
Black with #C52418
Text Example
Text Example
White with #C52418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52418; }
p { color: rgb(197,36,24); }
H1.HeaderClassName
{
color: #C52418;
}
.AnyTagClassName
{
color: #C52418;
}
</style>
background-color css
<style>
a { background-color: #C52418; }
a { background-color: rgb(197,36,24); }
div.DivClassName
{
background-color: #C52418;
}
.BgClassName
{
background-color: #C52418;
}
</style>
border-color css
<style>
span { border-color: #C52418; }
span { border-color: rgb(197,36,24); }
td.TdClassName
{
border-color: #C52418;
}
.TagClassName
{
border-color: #C52418;
}
</style>