Shades of Brick Red #CC2440
Tints of Brick Red #CC2440
RGB
CMYK
RGB Variations
Color information
#CC2440 (or 0xCC2440) is known color: Brick Red. HEX triplet: CC, 24 and 40. RGB value is (204,36,64). Sum of RGB (Red+Green+Blue) = 204+36+64=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2440 is #33DBBF. Grayscale: #595959. Windows color (decimal): -3398592 or 4203724. OLE color: 4203724.
HSL color Cylindrical-coordinate representation of color #CC2440: hue angle of 350º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2440 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 64 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.2 |
| HSL | 350º | 0.7% | 0.47% | - |
| HSV(B) | 350º | 0.82% | 0.8% | - |
| XYZ | 26.46 | 14.47 | 6.25 | - |
| YUV | 89.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 64 | 0 | 0.82 | 0.69 | 0.2 | 350 | 0.7 | 0.47 |
| Hex | CC | 24 | 40 | 0 | 52 | 45 | 14 | 15E | 46 | 2F |
| Octal | 314 | 44 | 100 | 0 | 122 | 105 | 24 | 536 | 106 | 57 |
| Binary | 11001100 | 100100 | 1000000 | 0 | 1010010 | 1000101 | 10100 | 101011110 | 1000110 | 101111 |
Color Harmonies of #CC2440
Complementary color
Monochromatic Colors of #CC2440
Black with #CC2440
Text Example
Text Example
White with #CC2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2440; }
p { color: rgb(204,36,64); }
H1.HeaderClassName
{
color: #CC2440;
}
.AnyTagClassName
{
color: #CC2440;
}
</style>
background-color css
<style>
a { background-color: #CC2440; }
a { background-color: rgb(204,36,64); }
div.DivClassName
{
background-color: #CC2440;
}
.BgClassName
{
background-color: #CC2440;
}
</style>
border-color css
<style>
span { border-color: #CC2440; }
span { border-color: rgb(204,36,64); }
td.TdClassName
{
border-color: #CC2440;
}
.TagClassName
{
border-color: #CC2440;
}
</style>