Shades of Sunset #CC4441
Tints of Sunset #CC4441
RGB
CMYK
RGB Variations
Color information
#CC4441 (or 0xCC4441) is known color: Sunset. HEX triplet: CC, 44 and 41. RGB value is (204,68,65). Sum of RGB (Red+Green+Blue) = 204+68+65=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4441 is #33BBBE. Grayscale: #6C6C6C. Windows color (decimal): -3390399 or 4277452. OLE color: 4277452.
HSL color Cylindrical-coordinate representation of color #CC4441: hue angle of 1.29º 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 #CC4441 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 65 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.2 |
| HSL | 1.29º | 0.58% | 0.53% | - |
| HSV(B) | 1.29º | 0.68% | 0.8% | - |
| XYZ | 27.92 | 17.35 | 6.88 | - |
| YUV | 108.32 | 103.56 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 65 | 0 | 0.67 | 0.68 | 0.2 | 1.29 | 0.58 | 0.53 |
| Hex | CC | 44 | 41 | 0 | 43 | 44 | 14 | 1 | 3A | 35 |
| Octal | 314 | 104 | 101 | 0 | 103 | 104 | 24 | 1 | 72 | 65 |
| Binary | 11001100 | 1000100 | 1000001 | 0 | 1000011 | 1000100 | 10100 | 1 | 111010 | 110101 |
Color Harmonies of #CC4441
Complementary color
Monochromatic Colors of #CC4441
Black with #CC4441
Text Example
Text Example
White with #CC4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4441; }
p { color: rgb(204,68,65); }
H1.HeaderClassName
{
color: #CC4441;
}
.AnyTagClassName
{
color: #CC4441;
}
</style>
background-color css
<style>
a { background-color: #CC4441; }
a { background-color: rgb(204,68,65); }
div.DivClassName
{
background-color: #CC4441;
}
.BgClassName
{
background-color: #CC4441;
}
</style>
border-color css
<style>
span { border-color: #CC4441; }
span { border-color: rgb(204,68,65); }
td.TdClassName
{
border-color: #CC4441;
}
.TagClassName
{
border-color: #CC4441;
}
</style>