Html Css Color HEX #C53A1D Harley Davidson Orange
📋 copy color: '#C53A1D'red 197 ◦ green 58 ◦ blue 29
Shades of Harley Davidson Orange #C53A1D
Tints of Harley Davidson Orange #C53A1D
RGB
CMYK
RGB Variations
Color information
#C53A1D (or 0xC53A1D) is known color: Harley Davidson Orange. HEX triplet: C5, 3A and 1D. RGB value is (197,58,29). Sum of RGB (Red+Green+Blue) = 197+58+29=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A1D is #3AC5E2. Grayscale: #606060. Windows color (decimal): -3851747 or 1915589. OLE color: 1915589.
HSL color Cylindrical-coordinate representation of color #C53A1D: hue angle of 10.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C53A1D is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 29 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.23 |
| HSL | 10.36º | 0.74% | 0.44% | - |
| HSV(B) | 10.36º | 0.85% | 0.77% | - |
| XYZ | 24.76 | 14.99 | 2.75 | - |
| YUV | 96.26 | 90.05 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 29 | 0 | 0.71 | 0.85 | 0.23 | 10.36 | 0.74 | 0.44 |
| Hex | C5 | 3A | 1D | 0 | 47 | 55 | 17 | A | 4A | 2C |
| Octal | 305 | 72 | 35 | 0 | 107 | 125 | 27 | 12 | 112 | 54 |
| Binary | 11000101 | 111010 | 11101 | 0 | 1000111 | 1010101 | 10111 | 1010 | 1001010 | 101100 |
Color Harmonies of #C53A1D
Complementary color
Monochromatic Colors of #C53A1D
Black with #C53A1D
Text Example
Text Example
White with #C53A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A1D; }
p { color: rgb(197,58,29); }
H1.HeaderClassName
{
color: #C53A1D;
}
.AnyTagClassName
{
color: #C53A1D;
}
</style>
background-color css
<style>
a { background-color: #C53A1D; }
a { background-color: rgb(197,58,29); }
div.DivClassName
{
background-color: #C53A1D;
}
.BgClassName
{
background-color: #C53A1D;
}
</style>
border-color css
<style>
span { border-color: #C53A1D; }
span { border-color: rgb(197,58,29); }
td.TdClassName
{
border-color: #C53A1D;
}
.TagClassName
{
border-color: #C53A1D;
}
</style>