Html Css Color HEX #C53404 Harley Davidson Orange
📋 copy color: '#C53404'red 197 ◦ green 52 ◦ blue 4
Shades of Harley Davidson Orange #C53404
Tints of Harley Davidson Orange #C53404
RGB
CMYK
RGB Variations
Color information
#C53404 (or 0xC53404) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 04. RGB value is (197,52,4). Sum of RGB (Red+Green+Blue) = 197+52+4=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C53404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53404 is #3ACBFB. Grayscale: #5A5A5A. Windows color (decimal): -3853308 or 275653. OLE color: 275653.
HSL color Cylindrical-coordinate representation of color #C53404: hue angle of 14.92º 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 #C53404 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.23 |
| HSL | 14.92º | 0.96% | 0.39% | - |
| HSV(B) | 14.92º | 0.98% | 0.77% | - |
| XYZ | 24.28 | 14.34 | 1.6 | - |
| YUV | 89.88 | 79.54 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 4 | 0 | 0.74 | 0.98 | 0.23 | 14.92 | 0.96 | 0.39 |
| Hex | C5 | 34 | 4 | 0 | 4A | 62 | 17 | F | 60 | 27 |
| Octal | 305 | 64 | 4 | 0 | 112 | 142 | 27 | 17 | 140 | 47 |
| Binary | 11000101 | 110100 | 100 | 0 | 1001010 | 1100010 | 10111 | 1111 | 1100000 | 100111 |
Color Harmonies of #C53404
Complementary color
Monochromatic Colors of #C53404
Black with #C53404
Text Example
Text Example
White with #C53404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53404; }
p { color: rgb(197,52,4); }
H1.HeaderClassName
{
color: #C53404;
}
.AnyTagClassName
{
color: #C53404;
}
</style>
background-color css
<style>
a { background-color: #C53404; }
a { background-color: rgb(197,52,4); }
div.DivClassName
{
background-color: #C53404;
}
.BgClassName
{
background-color: #C53404;
}
</style>
border-color css
<style>
span { border-color: #C53404; }
span { border-color: rgb(197,52,4); }
td.TdClassName
{
border-color: #C53404;
}
.TagClassName
{
border-color: #C53404;
}
</style>