Html Css Color HEX #C53B12 Harley Davidson Orange
📋 copy color: '#C53B12'red 197 ◦ green 59 ◦ blue 18
Shades of Harley Davidson Orange #C53B12
Tints of Harley Davidson Orange #C53B12
RGB
CMYK
RGB Variations
Color information
#C53B12 (or 0xC53B12) is known color: Harley Davidson Orange. HEX triplet: C5, 3B and 12. RGB value is (197,59,18). Sum of RGB (Red+Green+Blue) = 197+59+18=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53B12 is #3AC4ED. Grayscale: #5F5F5F. Windows color (decimal): -3851502 or 1194949. OLE color: 1194949.
HSL color Cylindrical-coordinate representation of color #C53B12: hue angle of 13.74º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C53B12 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 18 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.23 |
| HSL | 13.74º | 0.83% | 0.42% | - |
| HSV(B) | 13.74º | 0.91% | 0.77% | - |
| XYZ | 24.7 | 15.04 | 2.17 | - |
| YUV | 95.59 | 84.22 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 18 | 0 | 0.70 | 0.91 | 0.23 | 13.74 | 0.83 | 0.42 |
| Hex | C5 | 3B | 12 | 0 | 46 | 5B | 17 | E | 53 | 2A |
| Octal | 305 | 73 | 22 | 0 | 106 | 133 | 27 | 16 | 123 | 52 |
| Binary | 11000101 | 111011 | 10010 | 0 | 1000110 | 1011011 | 10111 | 1110 | 1010011 | 101010 |
Color Harmonies of #C53B12
Complementary color
Monochromatic Colors of #C53B12
Black with #C53B12
Text Example
Text Example
White with #C53B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B12; }
p { color: rgb(197,59,18); }
H1.HeaderClassName
{
color: #C53B12;
}
.AnyTagClassName
{
color: #C53B12;
}
</style>
background-color css
<style>
a { background-color: #C53B12; }
a { background-color: rgb(197,59,18); }
div.DivClassName
{
background-color: #C53B12;
}
.BgClassName
{
background-color: #C53B12;
}
</style>
border-color css
<style>
span { border-color: #C53B12; }
span { border-color: rgb(197,59,18); }
td.TdClassName
{
border-color: #C53B12;
}
.TagClassName
{
border-color: #C53B12;
}
</style>