Shades of Sunset #C24C40
Tints of Sunset #C24C40
RGB
CMYK
RGB Variations
Color information
#C24C40 (or 0xC24C40) is known color: Sunset. HEX triplet: C2, 4C and 40. RGB value is (194,76,64). Sum of RGB (Red+Green+Blue) = 194+76+64=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C40 is #3DB3BF. Grayscale: #6E6E6E. Windows color (decimal): -4043712 or 4213954. OLE color: 4213954.
HSL color Cylindrical-coordinate representation of color #C24C40: hue angle of 5.54º 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 #C24C40 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 64 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.24 |
| HSL | 5.54º | 0.52% | 0.51% | - |
| HSV(B) | 5.54º | 0.67% | 0.76% | - |
| XYZ | 25.76 | 17.01 | 6.78 | - |
| YUV | 109.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 64 | 0 | 0.61 | 0.67 | 0.24 | 5.54 | 0.52 | 0.51 |
| Hex | C2 | 4C | 40 | 0 | 3D | 43 | 18 | 6 | 34 | 33 |
| Octal | 302 | 114 | 100 | 0 | 75 | 103 | 30 | 6 | 64 | 63 |
| Binary | 11000010 | 1001100 | 1000000 | 0 | 111101 | 1000011 | 11000 | 110 | 110100 | 110011 |
Color Harmonies of #C24C40
Complementary color
Monochromatic Colors of #C24C40
Black with #C24C40
Text Example
Text Example
White with #C24C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24C40; }
p { color: rgb(194,76,64); }
H1.HeaderClassName
{
color: #C24C40;
}
.AnyTagClassName
{
color: #C24C40;
}
</style>
background-color css
<style>
a { background-color: #C24C40; }
a { background-color: rgb(194,76,64); }
div.DivClassName
{
background-color: #C24C40;
}
.BgClassName
{
background-color: #C24C40;
}
</style>
border-color css
<style>
span { border-color: #C24C40; }
span { border-color: rgb(194,76,64); }
td.TdClassName
{
border-color: #C24C40;
}
.TagClassName
{
border-color: #C24C40;
}
</style>