Shades of Sunset #C24D49
Tints of Sunset #C24D49
RGB
CMYK
RGB Variations
Color information
#C24D49 (or 0xC24D49) is known color: Sunset. HEX triplet: C2, 4D and 49. RGB value is (194,77,73). Sum of RGB (Red+Green+Blue) = 194+77+73=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D49 is #3DB2B6. Grayscale: #6F6F6F. Windows color (decimal): -4043447 or 4804034. OLE color: 4804034.
HSL color Cylindrical-coordinate representation of color #C24D49: hue angle of 1.98º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24D49 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 73 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.24 |
| HSL | 1.98º | 0.5% | 0.52% | - |
| HSV(B) | 1.98º | 0.62% | 0.76% | - |
| XYZ | 26.1 | 17.26 | 8.26 | - |
| YUV | 111.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 73 | 0 | 0.60 | 0.62 | 0.24 | 1.98 | 0.5 | 0.52 |
| Hex | C2 | 4D | 49 | 0 | 3C | 3E | 18 | 2 | 32 | 34 |
| Octal | 302 | 115 | 111 | 0 | 74 | 76 | 30 | 2 | 62 | 64 |
| Binary | 11000010 | 1001101 | 1001001 | 0 | 111100 | 111110 | 11000 | 10 | 110010 | 110100 |
Color Harmonies of #C24D49
Complementary color
Monochromatic Colors of #C24D49
Black with #C24D49
Text Example
Text Example
White with #C24D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D49; }
p { color: rgb(194,77,73); }
H1.HeaderClassName
{
color: #C24D49;
}
.AnyTagClassName
{
color: #C24D49;
}
</style>
background-color css
<style>
a { background-color: #C24D49; }
a { background-color: rgb(194,77,73); }
div.DivClassName
{
background-color: #C24D49;
}
.BgClassName
{
background-color: #C24D49;
}
</style>
border-color css
<style>
span { border-color: #C24D49; }
span { border-color: rgb(194,77,73); }
td.TdClassName
{
border-color: #C24D49;
}
.TagClassName
{
border-color: #C24D49;
}
</style>