Shades of Sunset #CC4741
Tints of Sunset #CC4741
RGB
CMYK
RGB Variations
Color information
#CC4741 (or 0xCC4741) is known color: Sunset. HEX triplet: CC, 47 and 41. RGB value is (204,71,65). Sum of RGB (Red+Green+Blue) = 204+71+65=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4741 is #33B8BE. Grayscale: #6E6E6E. Windows color (decimal): -3389631 or 4278220. OLE color: 4278220.
HSL color Cylindrical-coordinate representation of color #CC4741: hue angle of 2.59º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4741 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 65 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.2 |
| HSL | 2.59º | 0.58% | 0.53% | - |
| HSV(B) | 2.59º | 0.68% | 0.8% | - |
| XYZ | 28.11 | 17.73 | 6.94 | - |
| YUV | 110.08 | 102.56 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 65 | 0 | 0.65 | 0.68 | 0.2 | 2.59 | 0.58 | 0.53 |
| Hex | CC | 47 | 41 | 0 | 41 | 44 | 14 | 3 | 3A | 35 |
| Octal | 314 | 107 | 101 | 0 | 101 | 104 | 24 | 3 | 72 | 65 |
| Binary | 11001100 | 1000111 | 1000001 | 0 | 1000001 | 1000100 | 10100 | 11 | 111010 | 110101 |
Color Harmonies of #CC4741
Complementary color
Monochromatic Colors of #CC4741
Black with #CC4741
Text Example
Text Example
White with #CC4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4741; }
p { color: rgb(204,71,65); }
H1.HeaderClassName
{
color: #CC4741;
}
.AnyTagClassName
{
color: #CC4741;
}
</style>
background-color css
<style>
a { background-color: #CC4741; }
a { background-color: rgb(204,71,65); }
div.DivClassName
{
background-color: #CC4741;
}
.BgClassName
{
background-color: #CC4741;
}
</style>
border-color css
<style>
span { border-color: #CC4741; }
span { border-color: rgb(204,71,65); }
td.TdClassName
{
border-color: #CC4741;
}
.TagClassName
{
border-color: #CC4741;
}
</style>