Shades of Sunset #CC4740
Tints of Sunset #CC4740
RGB
CMYK
RGB Variations
Color information
#CC4740 (or 0xCC4740) is known color: Sunset. HEX triplet: CC, 47 and 40. RGB value is (204,71,64). Sum of RGB (Red+Green+Blue) = 204+71+64=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4740 is #33B8BF. Grayscale: #6E6E6E. Windows color (decimal): -3389632 or 4212684. OLE color: 4212684.
HSL color Cylindrical-coordinate representation of color #CC4740: hue angle of 3º 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 #CC4740 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 64 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.2 |
| HSL | 3º | 0.58% | 0.53% | - |
| HSV(B) | 3º | 0.69% | 0.8% | - |
| XYZ | 28.08 | 17.71 | 6.79 | - |
| YUV | 109.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 64 | 0 | 0.65 | 0.69 | 0.2 | 3 | 0.58 | 0.53 |
| Hex | CC | 47 | 40 | 0 | 41 | 45 | 14 | 3 | 3A | 35 |
| Octal | 314 | 107 | 100 | 0 | 101 | 105 | 24 | 3 | 72 | 65 |
| Binary | 11001100 | 1000111 | 1000000 | 0 | 1000001 | 1000101 | 10100 | 11 | 111010 | 110101 |
Color Harmonies of #CC4740
Complementary color
Monochromatic Colors of #CC4740
Black with #CC4740
Text Example
Text Example
White with #CC4740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4740; }
p { color: rgb(204,71,64); }
H1.HeaderClassName
{
color: #CC4740;
}
.AnyTagClassName
{
color: #CC4740;
}
</style>
background-color css
<style>
a { background-color: #CC4740; }
a { background-color: rgb(204,71,64); }
div.DivClassName
{
background-color: #CC4740;
}
.BgClassName
{
background-color: #CC4740;
}
</style>
border-color css
<style>
span { border-color: #CC4740; }
span { border-color: rgb(204,71,64); }
td.TdClassName
{
border-color: #CC4740;
}
.TagClassName
{
border-color: #CC4740;
}
</style>