Html Css Color HEX #C53418 Harley Davidson Orange
📋 copy color: '#C53418'red 197 ◦ green 52 ◦ blue 24
Shades of Harley Davidson Orange #C53418
Tints of Harley Davidson Orange #C53418
RGB
CMYK
RGB Variations
Color information
#C53418 (or 0xC53418) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 18. RGB value is (197,52,24). Sum of RGB (Red+Green+Blue) = 197+52+24=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C53418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53418 is #3ACBE7. Grayscale: #5C5C5C. Windows color (decimal): -3853288 or 1586373. OLE color: 1586373.
HSL color Cylindrical-coordinate representation of color #C53418: hue angle of 9.71º 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 #C53418 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 24 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.23 |
| HSL | 9.71º | 0.78% | 0.43% | - |
| HSV(B) | 9.71º | 0.88% | 0.77% | - |
| XYZ | 24.42 | 14.39 | 2.36 | - |
| YUV | 92.16 | 89.54 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 24 | 0 | 0.74 | 0.88 | 0.23 | 9.71 | 0.78 | 0.43 |
| Hex | C5 | 34 | 18 | 0 | 4A | 58 | 17 | A | 4E | 2B |
| Octal | 305 | 64 | 30 | 0 | 112 | 130 | 27 | 12 | 116 | 53 |
| Binary | 11000101 | 110100 | 11000 | 0 | 1001010 | 1011000 | 10111 | 1010 | 1001110 | 101011 |
Color Harmonies of #C53418
Complementary color
Monochromatic Colors of #C53418
Black with #C53418
Text Example
Text Example
White with #C53418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53418; }
p { color: rgb(197,52,24); }
H1.HeaderClassName
{
color: #C53418;
}
.AnyTagClassName
{
color: #C53418;
}
</style>
background-color css
<style>
a { background-color: #C53418; }
a { background-color: rgb(197,52,24); }
div.DivClassName
{
background-color: #C53418;
}
.BgClassName
{
background-color: #C53418;
}
</style>
border-color css
<style>
span { border-color: #C53418; }
span { border-color: rgb(197,52,24); }
td.TdClassName
{
border-color: #C53418;
}
.TagClassName
{
border-color: #C53418;
}
</style>