Html Css Color HEX #C53A21 Harley Davidson Orange
📋 copy color: '#C53A21'red 197 ◦ green 58 ◦ blue 33
Shades of Harley Davidson Orange #C53A21
Tints of Harley Davidson Orange #C53A21
RGB
CMYK
RGB Variations
Color information
#C53A21 (or 0xC53A21) is known color: Harley Davidson Orange. HEX triplet: C5, 3A and 21. RGB value is (197,58,33). Sum of RGB (Red+Green+Blue) = 197+58+33=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A21 is #3AC5DE. Grayscale: #606060. Windows color (decimal): -3851743 or 2177733. OLE color: 2177733.
HSL color Cylindrical-coordinate representation of color #C53A21: hue angle of 9.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C53A21 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 33 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.23 |
| HSL | 9.15º | 0.71% | 0.45% | - |
| HSV(B) | 9.15º | 0.83% | 0.77% | - |
| XYZ | 24.81 | 15.01 | 3.03 | - |
| YUV | 96.71 | 92.05 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 33 | 0 | 0.71 | 0.83 | 0.23 | 9.15 | 0.71 | 0.45 |
| Hex | C5 | 3A | 21 | 0 | 47 | 53 | 17 | 9 | 47 | 2D |
| Octal | 305 | 72 | 41 | 0 | 107 | 123 | 27 | 11 | 107 | 55 |
| Binary | 11000101 | 111010 | 100001 | 0 | 1000111 | 1010011 | 10111 | 1001 | 1000111 | 101101 |
Color Harmonies of #C53A21
Complementary color
Monochromatic Colors of #C53A21
Black with #C53A21
Text Example
Text Example
White with #C53A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A21; }
p { color: rgb(197,58,33); }
H1.HeaderClassName
{
color: #C53A21;
}
.AnyTagClassName
{
color: #C53A21;
}
</style>
background-color css
<style>
a { background-color: #C53A21; }
a { background-color: rgb(197,58,33); }
div.DivClassName
{
background-color: #C53A21;
}
.BgClassName
{
background-color: #C53A21;
}
</style>
border-color css
<style>
span { border-color: #C53A21; }
span { border-color: rgb(197,58,33); }
td.TdClassName
{
border-color: #C53A21;
}
.TagClassName
{
border-color: #C53A21;
}
</style>