Shades of Sunset #C54E41
Tints of Sunset #C54E41
RGB
CMYK
RGB Variations
Color information
#C54E41 (or 0xC54E41) is known color: Sunset. HEX triplet: C5, 4E and 41. RGB value is (197,78,65). Sum of RGB (Red+Green+Blue) = 197+78+65=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54E41 is #3AB1BE. Grayscale: #707070. Windows color (decimal): -3846591 or 4280005. OLE color: 4280005.
HSL color Cylindrical-coordinate representation of color #C54E41: hue angle of 5.91º 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 #C54E41 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 65 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.23 |
| HSL | 5.91º | 0.53% | 0.51% | - |
| HSV(B) | 5.91º | 0.67% | 0.77% | - |
| XYZ | 26.7 | 17.7 | 7.01 | - |
| YUV | 112.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 65 | 0 | 0.60 | 0.67 | 0.23 | 5.91 | 0.53 | 0.51 |
| Hex | C5 | 4E | 41 | 0 | 3C | 43 | 17 | 6 | 35 | 33 |
| Octal | 305 | 116 | 101 | 0 | 74 | 103 | 27 | 6 | 65 | 63 |
| Binary | 11000101 | 1001110 | 1000001 | 0 | 111100 | 1000011 | 10111 | 110 | 110101 | 110011 |
Color Harmonies of #C54E41
Complementary color
Monochromatic Colors of #C54E41
Black with #C54E41
Text Example
Text Example
White with #C54E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54E41; }
p { color: rgb(197,78,65); }
H1.HeaderClassName
{
color: #C54E41;
}
.AnyTagClassName
{
color: #C54E41;
}
</style>
background-color css
<style>
a { background-color: #C54E41; }
a { background-color: rgb(197,78,65); }
div.DivClassName
{
background-color: #C54E41;
}
.BgClassName
{
background-color: #C54E41;
}
</style>
border-color css
<style>
span { border-color: #C54E41; }
span { border-color: rgb(197,78,65); }
td.TdClassName
{
border-color: #C54E41;
}
.TagClassName
{
border-color: #C54E41;
}
</style>