Html Css Color HEX #C53D0B Harley Davidson Orange
📋 copy color: '#C53D0B'red 197 ◦ green 61 ◦ blue 11
Shades of Harley Davidson Orange #C53D0B
Tints of Harley Davidson Orange #C53D0B
RGB
CMYK
RGB Variations
Color information
#C53D0B (or 0xC53D0B) is known color: Harley Davidson Orange. HEX triplet: C5, 3D and 0B. RGB value is (197,61,11). Sum of RGB (Red+Green+Blue) = 197+61+11=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53D0B is #3AC2F4. Grayscale: #606060. Windows color (decimal): -3850997 or 736709. OLE color: 736709.
HSL color Cylindrical-coordinate representation of color #C53D0B: hue angle of 16.13º 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 #C53D0B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.23 |
| HSL | 16.13º | 0.89% | 0.41% | - |
| HSV(B) | 16.13º | 0.94% | 0.77% | - |
| XYZ | 24.76 | 15.23 | 1.95 | - |
| YUV | 95.96 | 80.06 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 11 | 0 | 0.69 | 0.94 | 0.23 | 16.13 | 0.89 | 0.41 |
| Hex | C5 | 3D | B | 0 | 45 | 5E | 17 | 10 | 59 | 29 |
| Octal | 305 | 75 | 13 | 0 | 105 | 136 | 27 | 20 | 131 | 51 |
| Binary | 11000101 | 111101 | 1011 | 0 | 1000101 | 1011110 | 10111 | 10000 | 1011001 | 101001 |
Color Harmonies of #C53D0B
Complementary color
Monochromatic Colors of #C53D0B
Black with #C53D0B
Text Example
Text Example
White with #C53D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D0B; }
p { color: rgb(197,61,11); }
H1.HeaderClassName
{
color: #C53D0B;
}
.AnyTagClassName
{
color: #C53D0B;
}
</style>
background-color css
<style>
a { background-color: #C53D0B; }
a { background-color: rgb(197,61,11); }
div.DivClassName
{
background-color: #C53D0B;
}
.BgClassName
{
background-color: #C53D0B;
}
</style>
border-color css
<style>
span { border-color: #C53D0B; }
span { border-color: rgb(197,61,11); }
td.TdClassName
{
border-color: #C53D0B;
}
.TagClassName
{
border-color: #C53D0B;
}
</style>