Shades of Sunset #C24F42
Tints of Sunset #C24F42
RGB
CMYK
RGB Variations
Color information
#C24F42 (or 0xC24F42) is known color: Sunset. HEX triplet: C2, 4F and 42. RGB value is (194,79,66). Sum of RGB (Red+Green+Blue) = 194+79+66=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F42 is #3DB0BD. Grayscale: #707070. Windows color (decimal): -4042942 or 4345794. OLE color: 4345794.
HSL color Cylindrical-coordinate representation of color #C24F42: hue angle of 6.09º 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 #C24F42 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 66 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.24 |
| HSL | 6.09º | 0.51% | 0.51% | - |
| HSV(B) | 6.09º | 0.66% | 0.76% | - |
| XYZ | 26.03 | 17.45 | 7.15 | - |
| YUV | 111.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 66 | 0 | 0.59 | 0.66 | 0.24 | 6.09 | 0.51 | 0.51 |
| Hex | C2 | 4F | 42 | 0 | 3B | 42 | 18 | 6 | 33 | 33 |
| Octal | 302 | 117 | 102 | 0 | 73 | 102 | 30 | 6 | 63 | 63 |
| Binary | 11000010 | 1001111 | 1000010 | 0 | 111011 | 1000010 | 11000 | 110 | 110011 | 110011 |
Color Harmonies of #C24F42
Complementary color
Monochromatic Colors of #C24F42
Black with #C24F42
Text Example
Text Example
White with #C24F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F42; }
p { color: rgb(194,79,66); }
H1.HeaderClassName
{
color: #C24F42;
}
.AnyTagClassName
{
color: #C24F42;
}
</style>
background-color css
<style>
a { background-color: #C24F42; }
a { background-color: rgb(194,79,66); }
div.DivClassName
{
background-color: #C24F42;
}
.BgClassName
{
background-color: #C24F42;
}
</style>
border-color css
<style>
span { border-color: #C24F42; }
span { border-color: rgb(194,79,66); }
td.TdClassName
{
border-color: #C24F42;
}
.TagClassName
{
border-color: #C24F42;
}
</style>