Html Css Color HEX #C53204 Harley Davidson Orange
📋 copy color: '#C53204'red 197 ◦ green 50 ◦ blue 4
Shades of Harley Davidson Orange #C53204
Tints of Harley Davidson Orange #C53204
RGB
CMYK
RGB Variations
Color information
#C53204 (or 0xC53204) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 04. RGB value is (197,50,4). Sum of RGB (Red+Green+Blue) = 197+50+4=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C53204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53204 is #3ACDFB. Grayscale: #595959. Windows color (decimal): -3853820 or 275141. OLE color: 275141.
HSL color Cylindrical-coordinate representation of color #C53204: hue angle of 14.3º 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 #C53204 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.23 |
| HSL | 14.3º | 0.96% | 0.39% | - |
| HSV(B) | 14.3º | 0.98% | 0.77% | - |
| XYZ | 24.19 | 14.16 | 1.57 | - |
| YUV | 88.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 4 | 0 | 0.75 | 0.98 | 0.23 | 14.3 | 0.96 | 0.39 |
| Hex | C5 | 32 | 4 | 0 | 4B | 62 | 17 | E | 60 | 27 |
| Octal | 305 | 62 | 4 | 0 | 113 | 142 | 27 | 16 | 140 | 47 |
| Binary | 11000101 | 110010 | 100 | 0 | 1001011 | 1100010 | 10111 | 1110 | 1100000 | 100111 |
Color Harmonies of #C53204
Complementary color
Monochromatic Colors of #C53204
Black with #C53204
Text Example
Text Example
White with #C53204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53204; }
p { color: rgb(197,50,4); }
H1.HeaderClassName
{
color: #C53204;
}
.AnyTagClassName
{
color: #C53204;
}
</style>
background-color css
<style>
a { background-color: #C53204; }
a { background-color: rgb(197,50,4); }
div.DivClassName
{
background-color: #C53204;
}
.BgClassName
{
background-color: #C53204;
}
</style>
border-color css
<style>
span { border-color: #C53204; }
span { border-color: rgb(197,50,4); }
td.TdClassName
{
border-color: #C53204;
}
.TagClassName
{
border-color: #C53204;
}
</style>