Html Css Color HEX #C52415 Harley Davidson Orange
📋 copy color: '#C52415'red 197 ◦ green 36 ◦ blue 21
Shades of Harley Davidson Orange #C52415
Tints of Harley Davidson Orange #C52415
RGB
CMYK
RGB Variations
Color information
#C52415 (or 0xC52415) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 15. RGB value is (197,36,21). Sum of RGB (Red+Green+Blue) = 197+36+21=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C52415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52415 is #3ADBEA. Grayscale: #525252. Windows color (decimal): -3857387 or 1385669. OLE color: 1385669.
HSL color Cylindrical-coordinate representation of color #C52415: hue angle of 5.11º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C52415 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 21 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.23 |
| HSL | 5.11º | 0.81% | 0.43% | - |
| HSV(B) | 5.11º | 0.89% | 0.77% | - |
| XYZ | 23.79 | 13.19 | 2 | - |
| YUV | 82.43 | 93.34 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 21 | 0 | 0.82 | 0.89 | 0.23 | 5.11 | 0.81 | 0.43 |
| Hex | C5 | 24 | 15 | 0 | 52 | 59 | 17 | 5 | 51 | 2B |
| Octal | 305 | 44 | 25 | 0 | 122 | 131 | 27 | 5 | 121 | 53 |
| Binary | 11000101 | 100100 | 10101 | 0 | 1010010 | 1011001 | 10111 | 101 | 1010001 | 101011 |
Color Harmonies of #C52415
Complementary color
Monochromatic Colors of #C52415
Black with #C52415
Text Example
Text Example
White with #C52415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52415; }
p { color: rgb(197,36,21); }
H1.HeaderClassName
{
color: #C52415;
}
.AnyTagClassName
{
color: #C52415;
}
</style>
background-color css
<style>
a { background-color: #C52415; }
a { background-color: rgb(197,36,21); }
div.DivClassName
{
background-color: #C52415;
}
.BgClassName
{
background-color: #C52415;
}
</style>
border-color css
<style>
span { border-color: #C52415; }
span { border-color: rgb(197,36,21); }
td.TdClassName
{
border-color: #C52415;
}
.TagClassName
{
border-color: #C52415;
}
</style>