Shades of Brick Red #CC2444
Tints of Brick Red #CC2444
RGB
CMYK
RGB Variations
Color information
#CC2444 (or 0xCC2444) is known color: Brick Red. HEX triplet: CC, 24 and 44. RGB value is (204,36,68). Sum of RGB (Red+Green+Blue) = 204+36+68=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2444 is #33DBBB. Grayscale: #595959. Windows color (decimal): -3398588 or 4465868. OLE color: 4465868.
HSL color Cylindrical-coordinate representation of color #CC2444: hue angle of 348.57º 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 #CC2444 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 68 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.2 |
| HSL | 348.57º | 0.7% | 0.47% | - |
| HSV(B) | 348.57º | 0.82% | 0.8% | - |
| XYZ | 26.58 | 14.52 | 6.87 | - |
| YUV | 89.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 68 | 0 | 0.82 | 0.67 | 0.2 | 348.57 | 0.7 | 0.47 |
| Hex | CC | 24 | 44 | 0 | 52 | 43 | 14 | 15D | 46 | 2F |
| Octal | 314 | 44 | 104 | 0 | 122 | 103 | 24 | 535 | 106 | 57 |
| Binary | 11001100 | 100100 | 1000100 | 0 | 1010010 | 1000011 | 10100 | 101011101 | 1000110 | 101111 |
Color Harmonies of #CC2444
Complementary color
Monochromatic Colors of #CC2444
Black with #CC2444
Text Example
Text Example
White with #CC2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2444; }
p { color: rgb(204,36,68); }
H1.HeaderClassName
{
color: #CC2444;
}
.AnyTagClassName
{
color: #CC2444;
}
</style>
background-color css
<style>
a { background-color: #CC2444; }
a { background-color: rgb(204,36,68); }
div.DivClassName
{
background-color: #CC2444;
}
.BgClassName
{
background-color: #CC2444;
}
</style>
border-color css
<style>
span { border-color: #CC2444; }
span { border-color: rgb(204,36,68); }
td.TdClassName
{
border-color: #CC2444;
}
.TagClassName
{
border-color: #CC2444;
}
</style>