Shades of Brick Red #CC2249
Tints of Brick Red #CC2249
RGB
CMYK
RGB Variations
Color information
#CC2249 (or 0xCC2249) is known color: Brick Red. HEX triplet: CC, 22 and 49. RGB value is (204,34,73). Sum of RGB (Red+Green+Blue) = 204+34+73=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2249 is #33DDB6. Grayscale: #595959. Windows color (decimal): -3399095 or 4793036. OLE color: 4793036.
HSL color Cylindrical-coordinate representation of color #CC2249: hue angle of 346.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2249 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 73 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.2 |
| HSL | 346.24º | 0.71% | 0.47% | - |
| HSV(B) | 346.24º | 0.83% | 0.8% | - |
| XYZ | 26.68 | 14.46 | 7.69 | - |
| YUV | 89.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 73 | 0 | 0.83 | 0.64 | 0.2 | 346.24 | 0.71 | 0.47 |
| Hex | CC | 22 | 49 | 0 | 53 | 40 | 14 | 15A | 47 | 2F |
| Octal | 314 | 42 | 111 | 0 | 123 | 100 | 24 | 532 | 107 | 57 |
| Binary | 11001100 | 100010 | 1001001 | 0 | 1010011 | 1000000 | 10100 | 101011010 | 1000111 | 101111 |
Color Harmonies of #CC2249
Complementary color
Monochromatic Colors of #CC2249
Black with #CC2249
Text Example
Text Example
White with #CC2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2249; }
p { color: rgb(204,34,73); }
H1.HeaderClassName
{
color: #CC2249;
}
.AnyTagClassName
{
color: #CC2249;
}
</style>
background-color css
<style>
a { background-color: #CC2249; }
a { background-color: rgb(204,34,73); }
div.DivClassName
{
background-color: #CC2249;
}
.BgClassName
{
background-color: #CC2249;
}
</style>
border-color css
<style>
span { border-color: #CC2249; }
span { border-color: rgb(204,34,73); }
td.TdClassName
{
border-color: #CC2249;
}
.TagClassName
{
border-color: #CC2249;
}
</style>