Shades of Sunset #C24F41
Tints of Sunset #C24F41
RGB
CMYK
RGB Variations
Color information
#C24F41 (or 0xC24F41) is known color: Sunset. HEX triplet: C2, 4F and 41. RGB value is (194,79,65). Sum of RGB (Red+Green+Blue) = 194+79+65=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F41 is #3DB0BE. Grayscale: #6F6F6F. Windows color (decimal): -4042943 or 4280258. OLE color: 4280258.
HSL color Cylindrical-coordinate representation of color #C24F41: hue angle of 6.51º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24F41 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 65 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.24 |
| HSL | 6.51º | 0.51% | 0.51% | - |
| HSV(B) | 6.51º | 0.66% | 0.76% | - |
| XYZ | 26 | 17.44 | 7 | - |
| YUV | 111.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 65 | 0 | 0.59 | 0.66 | 0.24 | 6.51 | 0.51 | 0.51 |
| Hex | C2 | 4F | 41 | 0 | 3B | 42 | 18 | 7 | 33 | 33 |
| Octal | 302 | 117 | 101 | 0 | 73 | 102 | 30 | 7 | 63 | 63 |
| Binary | 11000010 | 1001111 | 1000001 | 0 | 111011 | 1000010 | 11000 | 111 | 110011 | 110011 |
Color Harmonies of #C24F41
Complementary color
Monochromatic Colors of #C24F41
Black with #C24F41
Text Example
Text Example
White with #C24F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F41; }
p { color: rgb(194,79,65); }
H1.HeaderClassName
{
color: #C24F41;
}
.AnyTagClassName
{
color: #C24F41;
}
</style>
background-color css
<style>
a { background-color: #C24F41; }
a { background-color: rgb(194,79,65); }
div.DivClassName
{
background-color: #C24F41;
}
.BgClassName
{
background-color: #C24F41;
}
</style>
border-color css
<style>
span { border-color: #C24F41; }
span { border-color: rgb(194,79,65); }
td.TdClassName
{
border-color: #C24F41;
}
.TagClassName
{
border-color: #C24F41;
}
</style>