Shades of Sunset #C54D41
Tints of Sunset #C54D41
RGB
CMYK
RGB Variations
Color information
#C54D41 (or 0xC54D41) is known color: Sunset. HEX triplet: C5, 4D and 41. RGB value is (197,77,65). Sum of RGB (Red+Green+Blue) = 197+77+65=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D41 is #3AB2BE. Grayscale: #6F6F6F. Windows color (decimal): -3846847 or 4279749. OLE color: 4279749.
HSL color Cylindrical-coordinate representation of color #C54D41: hue angle of 5.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54D41 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 65 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.23 |
| HSL | 5.45º | 0.53% | 0.51% | - |
| HSV(B) | 5.45º | 0.67% | 0.77% | - |
| XYZ | 26.63 | 17.56 | 6.99 | - |
| YUV | 111.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 65 | 0 | 0.61 | 0.67 | 0.23 | 5.45 | 0.53 | 0.51 |
| Hex | C5 | 4D | 41 | 0 | 3D | 43 | 17 | 5 | 35 | 33 |
| Octal | 305 | 115 | 101 | 0 | 75 | 103 | 27 | 5 | 65 | 63 |
| Binary | 11000101 | 1001101 | 1000001 | 0 | 111101 | 1000011 | 10111 | 101 | 110101 | 110011 |
Color Harmonies of #C54D41
Complementary color
Monochromatic Colors of #C54D41
Black with #C54D41
Text Example
Text Example
White with #C54D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D41; }
p { color: rgb(197,77,65); }
H1.HeaderClassName
{
color: #C54D41;
}
.AnyTagClassName
{
color: #C54D41;
}
</style>
background-color css
<style>
a { background-color: #C54D41; }
a { background-color: rgb(197,77,65); }
div.DivClassName
{
background-color: #C54D41;
}
.BgClassName
{
background-color: #C54D41;
}
</style>
border-color css
<style>
span { border-color: #C54D41; }
span { border-color: rgb(197,77,65); }
td.TdClassName
{
border-color: #C54D41;
}
.TagClassName
{
border-color: #C54D41;
}
</style>