Shades of Sunset #C24F4A
Tints of Sunset #C24F4A
RGB
CMYK
RGB Variations
Color information
#C24F4A (or 0xC24F4A) is known color: Sunset. HEX triplet: C2, 4F and 4A. RGB value is (194,79,74). Sum of RGB (Red+Green+Blue) = 194+79+74=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24F4A is #3DB0B5. Grayscale: #707070. Windows color (decimal): -4042934 or 4870082. OLE color: 4870082.
HSL color Cylindrical-coordinate representation of color #C24F4A: hue angle of 2.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24F4A is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 74 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.24 |
| HSL | 2.5º | 0.5% | 0.53% | - |
| HSV(B) | 2.5º | 0.62% | 0.76% | - |
| XYZ | 26.28 | 17.56 | 8.48 | - |
| YUV | 112.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 74 | 0 | 0.59 | 0.62 | 0.24 | 2.5 | 0.5 | 0.53 |
| Hex | C2 | 4F | 4A | 0 | 3B | 3E | 18 | 2 | 32 | 35 |
| Octal | 302 | 117 | 112 | 0 | 73 | 76 | 30 | 2 | 62 | 65 |
| Binary | 11000010 | 1001111 | 1001010 | 0 | 111011 | 111110 | 11000 | 10 | 110010 | 110101 |
Color Harmonies of #C24F4A
Complementary color
Monochromatic Colors of #C24F4A
Black with #C24F4A
Text Example
Text Example
White with #C24F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F4A; }
p { color: rgb(194,79,74); }
H1.HeaderClassName
{
color: #C24F4A;
}
.AnyTagClassName
{
color: #C24F4A;
}
</style>
background-color css
<style>
a { background-color: #C24F4A; }
a { background-color: rgb(194,79,74); }
div.DivClassName
{
background-color: #C24F4A;
}
.BgClassName
{
background-color: #C24F4A;
}
</style>
border-color css
<style>
span { border-color: #C24F4A; }
span { border-color: rgb(194,79,74); }
td.TdClassName
{
border-color: #C24F4A;
}
.TagClassName
{
border-color: #C24F4A;
}
</style>