Html Css Color HEX #C53A04 Harley Davidson Orange
📋 copy color: '#C53A04'red 197 ◦ green 58 ◦ blue 4
Shades of Harley Davidson Orange #C53A04
Tints of Harley Davidson Orange #C53A04
RGB
CMYK
RGB Variations
Color information
#C53A04 (or 0xC53A04) is known color: Harley Davidson Orange. HEX triplet: C5, 3A and 04. RGB value is (197,58,4). Sum of RGB (Red+Green+Blue) = 197+58+4=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53A04 is #3AC5FB. Grayscale: #5D5D5D. Windows color (decimal): -3851772 or 277189. OLE color: 277189.
HSL color Cylindrical-coordinate representation of color #C53A04: hue angle of 16.79º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C53A04 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.23 |
| HSL | 16.79º | 0.96% | 0.39% | - |
| HSV(B) | 16.79º | 0.98% | 0.77% | - |
| XYZ | 24.56 | 14.91 | 1.7 | - |
| YUV | 93.41 | 77.55 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 4 | 0 | 0.71 | 0.98 | 0.23 | 16.79 | 0.96 | 0.39 |
| Hex | C5 | 3A | 4 | 0 | 47 | 62 | 17 | 11 | 60 | 27 |
| Octal | 305 | 72 | 4 | 0 | 107 | 142 | 27 | 21 | 140 | 47 |
| Binary | 11000101 | 111010 | 100 | 0 | 1000111 | 1100010 | 10111 | 10001 | 1100000 | 100111 |
Color Harmonies of #C53A04
Complementary color
Monochromatic Colors of #C53A04
Black with #C53A04
Text Example
Text Example
White with #C53A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A04; }
p { color: rgb(197,58,4); }
H1.HeaderClassName
{
color: #C53A04;
}
.AnyTagClassName
{
color: #C53A04;
}
</style>
background-color css
<style>
a { background-color: #C53A04; }
a { background-color: rgb(197,58,4); }
div.DivClassName
{
background-color: #C53A04;
}
.BgClassName
{
background-color: #C53A04;
}
</style>
border-color css
<style>
span { border-color: #C53A04; }
span { border-color: rgb(197,58,4); }
td.TdClassName
{
border-color: #C53A04;
}
.TagClassName
{
border-color: #C53A04;
}
</style>