Html Css Color HEX #C53820 Harley Davidson Orange
📋 copy color: '#C53820'red 197 ◦ green 56 ◦ blue 32
Shades of Harley Davidson Orange #C53820
Tints of Harley Davidson Orange #C53820
RGB
CMYK
RGB Variations
Color information
#C53820 (or 0xC53820) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 20. RGB value is (197,56,32). Sum of RGB (Red+Green+Blue) = 197+56+32=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C53820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53820 is #3AC7DF. Grayscale: #5F5F5F. Windows color (decimal): -3852256 or 2111685. OLE color: 2111685.
HSL color Cylindrical-coordinate representation of color #C53820: hue angle of 8.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C53820 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 32 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.23 |
| HSL | 8.73º | 0.72% | 0.45% | - |
| HSV(B) | 8.73º | 0.84% | 0.77% | - |
| XYZ | 24.7 | 14.8 | 2.92 | - |
| YUV | 95.42 | 92.21 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 32 | 0 | 0.72 | 0.84 | 0.23 | 8.73 | 0.72 | 0.45 |
| Hex | C5 | 38 | 20 | 0 | 48 | 54 | 17 | 9 | 48 | 2D |
| Octal | 305 | 70 | 40 | 0 | 110 | 124 | 27 | 11 | 110 | 55 |
| Binary | 11000101 | 111000 | 100000 | 0 | 1001000 | 1010100 | 10111 | 1001 | 1001000 | 101101 |
Color Harmonies of #C53820
Complementary color
Monochromatic Colors of #C53820
Black with #C53820
Text Example
Text Example
White with #C53820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53820; }
p { color: rgb(197,56,32); }
H1.HeaderClassName
{
color: #C53820;
}
.AnyTagClassName
{
color: #C53820;
}
</style>
background-color css
<style>
a { background-color: #C53820; }
a { background-color: rgb(197,56,32); }
div.DivClassName
{
background-color: #C53820;
}
.BgClassName
{
background-color: #C53820;
}
</style>
border-color css
<style>
span { border-color: #C53820; }
span { border-color: rgb(197,56,32); }
td.TdClassName
{
border-color: #C53820;
}
.TagClassName
{
border-color: #C53820;
}
</style>