Shades of Brick Red #CD293B
Tints of Brick Red #CD293B
RGB
CMYK
RGB Variations
Color information
#CD293B (or 0xCD293B) is known color: Brick Red. HEX triplet: CD, 29 and 3B. RGB value is (205,41,59). Sum of RGB (Red+Green+Blue) = 205+41+59=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD293B is #32D6C4. Grayscale: #5C5C5C. Windows color (decimal): -3331781 or 3877325. OLE color: 3877325.
HSL color Cylindrical-coordinate representation of color #CD293B: hue angle of 353.41º 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 #CD293B is Cyan = 0, Magento = 0.8, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 59 | - |
| CMYK | 0 | 0.8 | 0.71 | 0.20 |
| HSL | 353.41º | 0.67% | 0.48% | - |
| HSV(B) | 353.41º | 0.8% | 0.8% | - |
| XYZ | 26.76 | 14.88 | 5.6 | - |
| YUV | 92.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 59 | 0 | 0.8 | 0.71 | 0.20 | 353.41 | 0.67 | 0.48 |
| Hex | CD | 29 | 3B | 0 | 50 | 47 | 14 | 161 | 43 | 30 |
| Octal | 315 | 51 | 73 | 0 | 120 | 107 | 24 | 541 | 103 | 60 |
| Binary | 11001101 | 101001 | 111011 | 0 | 1010000 | 1000111 | 10100 | 101100001 | 1000011 | 110000 |
Color Harmonies of #CD293B
Complementary color
Monochromatic Colors of #CD293B
Black with #CD293B
Text Example
Text Example
White with #CD293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD293B; }
p { color: rgb(205,41,59); }
H1.HeaderClassName
{
color: #CD293B;
}
.AnyTagClassName
{
color: #CD293B;
}
</style>
background-color css
<style>
a { background-color: #CD293B; }
a { background-color: rgb(205,41,59); }
div.DivClassName
{
background-color: #CD293B;
}
.BgClassName
{
background-color: #CD293B;
}
</style>
border-color css
<style>
span { border-color: #CD293B; }
span { border-color: rgb(205,41,59); }
td.TdClassName
{
border-color: #CD293B;
}
.TagClassName
{
border-color: #CD293B;
}
</style>