Shades of Sunset #CC4940
Tints of Sunset #CC4940
RGB
CMYK
RGB Variations
Color information
#CC4940 (or 0xCC4940) is known color: Sunset. HEX triplet: CC, 49 and 40. RGB value is (204,73,64). Sum of RGB (Red+Green+Blue) = 204+73+64=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4940 is #33B6BF. Grayscale: #6F6F6F. Windows color (decimal): -3389120 or 4213196. OLE color: 4213196.
HSL color Cylindrical-coordinate representation of color #CC4940: hue angle of 3.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4940 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 64 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.2 |
| HSL | 3.86º | 0.58% | 0.53% | - |
| HSV(B) | 3.86º | 0.69% | 0.8% | - |
| XYZ | 28.21 | 17.97 | 6.83 | - |
| YUV | 111.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 64 | 0 | 0.64 | 0.69 | 0.2 | 3.86 | 0.58 | 0.53 |
| Hex | CC | 49 | 40 | 0 | 40 | 45 | 14 | 4 | 3A | 35 |
| Octal | 314 | 111 | 100 | 0 | 100 | 105 | 24 | 4 | 72 | 65 |
| Binary | 11001100 | 1001001 | 1000000 | 0 | 1000000 | 1000101 | 10100 | 100 | 111010 | 110101 |
Color Harmonies of #CC4940
Complementary color
Monochromatic Colors of #CC4940
Black with #CC4940
Text Example
Text Example
White with #CC4940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4940; }
p { color: rgb(204,73,64); }
H1.HeaderClassName
{
color: #CC4940;
}
.AnyTagClassName
{
color: #CC4940;
}
</style>
background-color css
<style>
a { background-color: #CC4940; }
a { background-color: rgb(204,73,64); }
div.DivClassName
{
background-color: #CC4940;
}
.BgClassName
{
background-color: #CC4940;
}
</style>
border-color css
<style>
span { border-color: #CC4940; }
span { border-color: rgb(204,73,64); }
td.TdClassName
{
border-color: #CC4940;
}
.TagClassName
{
border-color: #CC4940;
}
</style>