Shades of Brick Red #CC2841
Tints of Brick Red #CC2841
RGB
CMYK
RGB Variations
Color information
#CC2841 (or 0xCC2841) is known color: Brick Red. HEX triplet: CC, 28 and 41. RGB value is (204,40,65). Sum of RGB (Red+Green+Blue) = 204+40+65=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2841 is #33D7BE. Grayscale: #5B5B5B. Windows color (decimal): -3397567 or 4270284. OLE color: 4270284.
HSL color Cylindrical-coordinate representation of color #CC2841: hue angle of 350.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2841 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 65 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.2 |
| HSL | 350.85º | 0.67% | 0.48% | - |
| HSV(B) | 350.85º | 0.8% | 0.8% | - |
| XYZ | 26.61 | 14.74 | 6.44 | - |
| YUV | 91.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 65 | 0 | 0.80 | 0.68 | 0.2 | 350.85 | 0.67 | 0.48 |
| Hex | CC | 28 | 41 | 0 | 50 | 44 | 14 | 15F | 43 | 30 |
| Octal | 314 | 50 | 101 | 0 | 120 | 104 | 24 | 537 | 103 | 60 |
| Binary | 11001100 | 101000 | 1000001 | 0 | 1010000 | 1000100 | 10100 | 101011111 | 1000011 | 110000 |
Color Harmonies of #CC2841
Complementary color
Monochromatic Colors of #CC2841
Black with #CC2841
Text Example
Text Example
White with #CC2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2841; }
p { color: rgb(204,40,65); }
H1.HeaderClassName
{
color: #CC2841;
}
.AnyTagClassName
{
color: #CC2841;
}
</style>
background-color css
<style>
a { background-color: #CC2841; }
a { background-color: rgb(204,40,65); }
div.DivClassName
{
background-color: #CC2841;
}
.BgClassName
{
background-color: #CC2841;
}
</style>
border-color css
<style>
span { border-color: #CC2841; }
span { border-color: rgb(204,40,65); }
td.TdClassName
{
border-color: #CC2841;
}
.TagClassName
{
border-color: #CC2841;
}
</style>