Shades of Brick Red #CD2946
Tints of Brick Red #CD2946
RGB
CMYK
RGB Variations
Color information
#CD2946 (or 0xCD2946) is known color: Brick Red. HEX triplet: CD, 29 and 46. RGB value is (205,41,70). Sum of RGB (Red+Green+Blue) = 205+41+70=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2946 is #32D6B9. Grayscale: #5D5D5D. Windows color (decimal): -3331770 or 4598221. OLE color: 4598221.
HSL color Cylindrical-coordinate representation of color #CD2946: hue angle of 349.39º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2946 is Cyan = 0, Magento = 0.8, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 70 | - |
| CMYK | 0 | 0.8 | 0.66 | 0.20 |
| HSL | 349.39º | 0.67% | 0.48% | - |
| HSV(B) | 349.39º | 0.8% | 0.8% | - |
| XYZ | 27.08 | 15.01 | 7.26 | - |
| YUV | 93.34 | 114.83 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 70 | 0 | 0.8 | 0.66 | 0.20 | 349.39 | 0.67 | 0.48 |
| Hex | CD | 29 | 46 | 0 | 50 | 42 | 14 | 15D | 43 | 30 |
| Octal | 315 | 51 | 106 | 0 | 120 | 102 | 24 | 535 | 103 | 60 |
| Binary | 11001101 | 101001 | 1000110 | 0 | 1010000 | 1000010 | 10100 | 101011101 | 1000011 | 110000 |
Color Harmonies of #CD2946
Complementary color
Monochromatic Colors of #CD2946
Black with #CD2946
Text Example
Text Example
White with #CD2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2946; }
p { color: rgb(205,41,70); }
H1.HeaderClassName
{
color: #CD2946;
}
.AnyTagClassName
{
color: #CD2946;
}
</style>
background-color css
<style>
a { background-color: #CD2946; }
a { background-color: rgb(205,41,70); }
div.DivClassName
{
background-color: #CD2946;
}
.BgClassName
{
background-color: #CD2946;
}
</style>
border-color css
<style>
span { border-color: #CD2946; }
span { border-color: rgb(205,41,70); }
td.TdClassName
{
border-color: #CD2946;
}
.TagClassName
{
border-color: #CD2946;
}
</style>