Html Css Color HEX #C53B18 Harley Davidson Orange
📋 copy color: '#C53B18'red 197 ◦ green 59 ◦ blue 24
Shades of Harley Davidson Orange #C53B18
Tints of Harley Davidson Orange #C53B18
RGB
CMYK
RGB Variations
Color information
#C53B18 (or 0xC53B18) is known color: Harley Davidson Orange. HEX triplet: C5, 3B and 18. RGB value is (197,59,24). Sum of RGB (Red+Green+Blue) = 197+59+24=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53B18 is #3AC4E7. Grayscale: #606060. Windows color (decimal): -3851496 or 1588165. OLE color: 1588165.
HSL color Cylindrical-coordinate representation of color #C53B18: hue angle of 12.14º 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 #C53B18 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 24 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.23 |
| HSL | 12.14º | 0.78% | 0.43% | - |
| HSV(B) | 12.14º | 0.88% | 0.77% | - |
| XYZ | 24.75 | 15.06 | 2.47 | - |
| YUV | 96.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 24 | 0 | 0.70 | 0.88 | 0.23 | 12.14 | 0.78 | 0.43 |
| Hex | C5 | 3B | 18 | 0 | 46 | 58 | 17 | C | 4E | 2B |
| Octal | 305 | 73 | 30 | 0 | 106 | 130 | 27 | 14 | 116 | 53 |
| Binary | 11000101 | 111011 | 11000 | 0 | 1000110 | 1011000 | 10111 | 1100 | 1001110 | 101011 |
Color Harmonies of #C53B18
Complementary color
Monochromatic Colors of #C53B18
Black with #C53B18
Text Example
Text Example
White with #C53B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B18; }
p { color: rgb(197,59,24); }
H1.HeaderClassName
{
color: #C53B18;
}
.AnyTagClassName
{
color: #C53B18;
}
</style>
background-color css
<style>
a { background-color: #C53B18; }
a { background-color: rgb(197,59,24); }
div.DivClassName
{
background-color: #C53B18;
}
.BgClassName
{
background-color: #C53B18;
}
</style>
border-color css
<style>
span { border-color: #C53B18; }
span { border-color: rgb(197,59,24); }
td.TdClassName
{
border-color: #C53B18;
}
.TagClassName
{
border-color: #C53B18;
}
</style>