Shades of Sunset #C54C41
Tints of Sunset #C54C41
RGB
CMYK
RGB Variations
Color information
#C54C41 (or 0xC54C41) is known color: Sunset. HEX triplet: C5, 4C and 41. RGB value is (197,76,65). Sum of RGB (Red+Green+Blue) = 197+76+65=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C41 is #3AB3BE. Grayscale: #6F6F6F. Windows color (decimal): -3847103 or 4279493. OLE color: 4279493.
HSL color Cylindrical-coordinate representation of color #C54C41: hue angle of 5º 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 #C54C41 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 65 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.23 |
| HSL | 5º | 0.53% | 0.51% | - |
| HSV(B) | 5º | 0.67% | 0.77% | - |
| XYZ | 26.56 | 17.42 | 6.96 | - |
| YUV | 110.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 65 | 0 | 0.61 | 0.67 | 0.23 | 5 | 0.53 | 0.51 |
| Hex | C5 | 4C | 41 | 0 | 3D | 43 | 17 | 5 | 35 | 33 |
| Octal | 305 | 114 | 101 | 0 | 75 | 103 | 27 | 5 | 65 | 63 |
| Binary | 11000101 | 1001100 | 1000001 | 0 | 111101 | 1000011 | 10111 | 101 | 110101 | 110011 |
Color Harmonies of #C54C41
Complementary color
Monochromatic Colors of #C54C41
Black with #C54C41
Text Example
Text Example
White with #C54C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C41; }
p { color: rgb(197,76,65); }
H1.HeaderClassName
{
color: #C54C41;
}
.AnyTagClassName
{
color: #C54C41;
}
</style>
background-color css
<style>
a { background-color: #C54C41; }
a { background-color: rgb(197,76,65); }
div.DivClassName
{
background-color: #C54C41;
}
.BgClassName
{
background-color: #C54C41;
}
</style>
border-color css
<style>
span { border-color: #C54C41; }
span { border-color: rgb(197,76,65); }
td.TdClassName
{
border-color: #C54C41;
}
.TagClassName
{
border-color: #C54C41;
}
</style>