Shades of Brick Red #CC2D40
Tints of Brick Red #CC2D40
RGB
CMYK
RGB Variations
Color information
#CC2D40 (or 0xCC2D40) is known color: Brick Red. HEX triplet: CC, 2D and 40. RGB value is (204,45,64). Sum of RGB (Red+Green+Blue) = 204+45+64=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2D40 is #33D2BF. Grayscale: #5E5E5E. Windows color (decimal): -3396288 or 4206028. OLE color: 4206028.
HSL color Cylindrical-coordinate representation of color #CC2D40: hue angle of 352.83º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2D40 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 64 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.2 |
| HSL | 352.83º | 0.64% | 0.49% | - |
| HSV(B) | 352.83º | 0.78% | 0.8% | - |
| XYZ | 26.77 | 15.08 | 6.35 | - |
| YUV | 94.71 | 110.68 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 64 | 0 | 0.78 | 0.69 | 0.2 | 352.83 | 0.64 | 0.49 |
| Hex | CC | 2D | 40 | 0 | 4E | 45 | 14 | 161 | 40 | 31 |
| Octal | 314 | 55 | 100 | 0 | 116 | 105 | 24 | 541 | 100 | 61 |
| Binary | 11001100 | 101101 | 1000000 | 0 | 1001110 | 1000101 | 10100 | 101100001 | 1000000 | 110001 |
Color Harmonies of #CC2D40
Complementary color
Monochromatic Colors of #CC2D40
Black with #CC2D40
Text Example
Text Example
White with #CC2D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D40; }
p { color: rgb(204,45,64); }
H1.HeaderClassName
{
color: #CC2D40;
}
.AnyTagClassName
{
color: #CC2D40;
}
</style>
background-color css
<style>
a { background-color: #CC2D40; }
a { background-color: rgb(204,45,64); }
div.DivClassName
{
background-color: #CC2D40;
}
.BgClassName
{
background-color: #CC2D40;
}
</style>
border-color css
<style>
span { border-color: #CC2D40; }
span { border-color: rgb(204,45,64); }
td.TdClassName
{
border-color: #CC2D40;
}
.TagClassName
{
border-color: #CC2D40;
}
</style>