Shades of Sunset #C24A40
Tints of Sunset #C24A40
RGB
CMYK
RGB Variations
Color information
#C24A40 (or 0xC24A40) is known color: Sunset. HEX triplet: C2, 4A and 40. RGB value is (194,74,64). Sum of RGB (Red+Green+Blue) = 194+74+64=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A40 is #3DB5BF. Grayscale: #6C6C6C. Windows color (decimal): -4044224 or 4213442. OLE color: 4213442.
HSL color Cylindrical-coordinate representation of color #C24A40: hue angle of 4.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24A40 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 64 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.24 |
| HSL | 4.62º | 0.52% | 0.51% | - |
| HSV(B) | 4.62º | 0.67% | 0.76% | - |
| XYZ | 25.62 | 16.74 | 6.73 | - |
| YUV | 108.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 64 | 0 | 0.62 | 0.67 | 0.24 | 4.62 | 0.52 | 0.51 |
| Hex | C2 | 4A | 40 | 0 | 3E | 43 | 18 | 5 | 34 | 33 |
| Octal | 302 | 112 | 100 | 0 | 76 | 103 | 30 | 5 | 64 | 63 |
| Binary | 11000010 | 1001010 | 1000000 | 0 | 111110 | 1000011 | 11000 | 101 | 110100 | 110011 |
Color Harmonies of #C24A40
Complementary color
Monochromatic Colors of #C24A40
Black with #C24A40
Text Example
Text Example
White with #C24A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A40; }
p { color: rgb(194,74,64); }
H1.HeaderClassName
{
color: #C24A40;
}
.AnyTagClassName
{
color: #C24A40;
}
</style>
background-color css
<style>
a { background-color: #C24A40; }
a { background-color: rgb(194,74,64); }
div.DivClassName
{
background-color: #C24A40;
}
.BgClassName
{
background-color: #C24A40;
}
</style>
border-color css
<style>
span { border-color: #C24A40; }
span { border-color: rgb(194,74,64); }
td.TdClassName
{
border-color: #C24A40;
}
.TagClassName
{
border-color: #C24A40;
}
</style>