Shades of Brick Red #CC2D3F
Tints of Brick Red #CC2D3F
RGB
CMYK
RGB Variations
Color information
#CC2D3F (or 0xCC2D3F) is known color: Brick Red. HEX triplet: CC, 2D and 3F. RGB value is (204,45,63). Sum of RGB (Red+Green+Blue) = 204+45+63=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2D3F is #33D2C0. Grayscale: #5E5E5E. Windows color (decimal): -3396289 or 4140492. OLE color: 4140492.
HSL color Cylindrical-coordinate representation of color #CC2D3F: hue angle of 353.21º 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 #CC2D3F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 63 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.2 |
| HSL | 353.21º | 0.64% | 0.49% | - |
| HSV(B) | 353.21º | 0.78% | 0.8% | - |
| XYZ | 26.74 | 15.07 | 6.2 | - |
| YUV | 94.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 63 | 0 | 0.78 | 0.69 | 0.2 | 353.21 | 0.64 | 0.49 |
| Hex | CC | 2D | 3F | 0 | 4E | 45 | 14 | 161 | 40 | 31 |
| Octal | 314 | 55 | 77 | 0 | 116 | 105 | 24 | 541 | 100 | 61 |
| Binary | 11001100 | 101101 | 111111 | 0 | 1001110 | 1000101 | 10100 | 101100001 | 1000000 | 110001 |
Color Harmonies of #CC2D3F
Complementary color
Monochromatic Colors of #CC2D3F
Black with #CC2D3F
Text Example
Text Example
White with #CC2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D3F; }
p { color: rgb(204,45,63); }
H1.HeaderClassName
{
color: #CC2D3F;
}
.AnyTagClassName
{
color: #CC2D3F;
}
</style>
background-color css
<style>
a { background-color: #CC2D3F; }
a { background-color: rgb(204,45,63); }
div.DivClassName
{
background-color: #CC2D3F;
}
.BgClassName
{
background-color: #CC2D3F;
}
</style>
border-color css
<style>
span { border-color: #CC2D3F; }
span { border-color: rgb(204,45,63); }
td.TdClassName
{
border-color: #CC2D3F;
}
.TagClassName
{
border-color: #CC2D3F;
}
</style>