Html Css Color HEX #C53304 Harley Davidson Orange
📋 copy color: '#C53304'red 197 ◦ green 51 ◦ blue 4
Shades of Harley Davidson Orange #C53304
Tints of Harley Davidson Orange #C53304
RGB
CMYK
RGB Variations
Color information
#C53304 (or 0xC53304) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 04. RGB value is (197,51,4). Sum of RGB (Red+Green+Blue) = 197+51+4=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C53304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53304 is #3ACCFB. Grayscale: #595959. Windows color (decimal): -3853564 or 275397. OLE color: 275397.
HSL color Cylindrical-coordinate representation of color #C53304: hue angle of 14.61º 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 #C53304 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.23 |
| HSL | 14.61º | 0.96% | 0.39% | - |
| HSV(B) | 14.61º | 0.98% | 0.77% | - |
| XYZ | 24.23 | 14.25 | 1.59 | - |
| YUV | 89.3 | 79.87 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 4 | 0 | 0.74 | 0.98 | 0.23 | 14.61 | 0.96 | 0.39 |
| Hex | C5 | 33 | 4 | 0 | 4A | 62 | 17 | F | 60 | 27 |
| Octal | 305 | 63 | 4 | 0 | 112 | 142 | 27 | 17 | 140 | 47 |
| Binary | 11000101 | 110011 | 100 | 0 | 1001010 | 1100010 | 10111 | 1111 | 1100000 | 100111 |
Color Harmonies of #C53304
Complementary color
Monochromatic Colors of #C53304
Black with #C53304
Text Example
Text Example
White with #C53304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53304; }
p { color: rgb(197,51,4); }
H1.HeaderClassName
{
color: #C53304;
}
.AnyTagClassName
{
color: #C53304;
}
</style>
background-color css
<style>
a { background-color: #C53304; }
a { background-color: rgb(197,51,4); }
div.DivClassName
{
background-color: #C53304;
}
.BgClassName
{
background-color: #C53304;
}
</style>
border-color css
<style>
span { border-color: #C53304; }
span { border-color: rgb(197,51,4); }
td.TdClassName
{
border-color: #C53304;
}
.TagClassName
{
border-color: #C53304;
}
</style>