Shades of Brick Red #CD2049
Tints of Brick Red #CD2049
RGB
CMYK
RGB Variations
Color information
#CD2049 (or 0xCD2049) is known color: Brick Red. HEX triplet: CD, 20 and 49. RGB value is (205,32,73). Sum of RGB (Red+Green+Blue) = 205+32+73=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2049 is #32DFB6. Grayscale: #585858. Windows color (decimal): -3334071 or 4792525. OLE color: 4792525.
HSL color Cylindrical-coordinate representation of color #CD2049: hue angle of 345.78º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2049 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 73 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.20 |
| HSL | 345.78º | 0.73% | 0.46% | - |
| HSV(B) | 345.78º | 0.84% | 0.8% | - |
| XYZ | 26.9 | 14.49 | 7.68 | - |
| YUV | 88.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 73 | 0 | 0.84 | 0.64 | 0.20 | 345.78 | 0.73 | 0.46 |
| Hex | CD | 20 | 49 | 0 | 54 | 40 | 14 | 15A | 49 | 2E |
| Octal | 315 | 40 | 111 | 0 | 124 | 100 | 24 | 532 | 111 | 56 |
| Binary | 11001101 | 100000 | 1001001 | 0 | 1010100 | 1000000 | 10100 | 101011010 | 1001001 | 101110 |
Color Harmonies of #CD2049
Complementary color
Monochromatic Colors of #CD2049
Black with #CD2049
Text Example
Text Example
White with #CD2049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2049; }
p { color: rgb(205,32,73); }
H1.HeaderClassName
{
color: #CD2049;
}
.AnyTagClassName
{
color: #CD2049;
}
</style>
background-color css
<style>
a { background-color: #CD2049; }
a { background-color: rgb(205,32,73); }
div.DivClassName
{
background-color: #CD2049;
}
.BgClassName
{
background-color: #CD2049;
}
</style>
border-color css
<style>
span { border-color: #CD2049; }
span { border-color: rgb(205,32,73); }
td.TdClassName
{
border-color: #CD2049;
}
.TagClassName
{
border-color: #CD2049;
}
</style>