Html Css Color HEX #C53B0B Harley Davidson Orange
📋 copy color: '#C53B0B'red 197 ◦ green 59 ◦ blue 11
Shades of Harley Davidson Orange #C53B0B
Tints of Harley Davidson Orange #C53B0B
RGB
CMYK
RGB Variations
Color information
#C53B0B (or 0xC53B0B) is known color: Harley Davidson Orange. HEX triplet: C5, 3B and 0B. RGB value is (197,59,11). Sum of RGB (Red+Green+Blue) = 197+59+11=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53B0B is #3AC4F4. Grayscale: #5F5F5F. Windows color (decimal): -3851509 or 736197. OLE color: 736197.
HSL color Cylindrical-coordinate representation of color #C53B0B: hue angle of 15.48º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C53B0B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.23 |
| HSL | 15.48º | 0.89% | 0.41% | - |
| HSV(B) | 15.48º | 0.94% | 0.77% | - |
| XYZ | 24.65 | 15.02 | 1.92 | - |
| YUV | 94.79 | 80.72 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 11 | 0 | 0.70 | 0.94 | 0.23 | 15.48 | 0.89 | 0.41 |
| Hex | C5 | 3B | B | 0 | 46 | 5E | 17 | F | 59 | 29 |
| Octal | 305 | 73 | 13 | 0 | 106 | 136 | 27 | 17 | 131 | 51 |
| Binary | 11000101 | 111011 | 1011 | 0 | 1000110 | 1011110 | 10111 | 1111 | 1011001 | 101001 |
Color Harmonies of #C53B0B
Complementary color
Monochromatic Colors of #C53B0B
Black with #C53B0B
Text Example
Text Example
White with #C53B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B0B; }
p { color: rgb(197,59,11); }
H1.HeaderClassName
{
color: #C53B0B;
}
.AnyTagClassName
{
color: #C53B0B;
}
</style>
background-color css
<style>
a { background-color: #C53B0B; }
a { background-color: rgb(197,59,11); }
div.DivClassName
{
background-color: #C53B0B;
}
.BgClassName
{
background-color: #C53B0B;
}
</style>
border-color css
<style>
span { border-color: #C53B0B; }
span { border-color: rgb(197,59,11); }
td.TdClassName
{
border-color: #C53B0B;
}
.TagClassName
{
border-color: #C53B0B;
}
</style>