Shades of Brick Red #CD294A
Tints of Brick Red #CD294A
RGB
CMYK
RGB Variations
Color information
#CD294A (or 0xCD294A) is known color: Brick Red. HEX triplet: CD, 29 and 4A. RGB value is (205,41,74). Sum of RGB (Red+Green+Blue) = 205+41+74=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD294A is #32D6B5. Grayscale: #5D5D5D. Windows color (decimal): -3331766 or 4860365. OLE color: 4860365.
HSL color Cylindrical-coordinate representation of color #CD294A: hue angle of 347.93º 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 #CD294A is Cyan = 0, Magento = 0.8, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 74 | - |
| CMYK | 0 | 0.8 | 0.64 | 0.20 |
| HSL | 347.93º | 0.67% | 0.48% | - |
| HSV(B) | 347.93º | 0.8% | 0.8% | - |
| XYZ | 27.21 | 15.06 | 7.95 | - |
| YUV | 93.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 74 | 0 | 0.8 | 0.64 | 0.20 | 347.93 | 0.67 | 0.48 |
| Hex | CD | 29 | 4A | 0 | 50 | 40 | 14 | 15C | 43 | 30 |
| Octal | 315 | 51 | 112 | 0 | 120 | 100 | 24 | 534 | 103 | 60 |
| Binary | 11001101 | 101001 | 1001010 | 0 | 1010000 | 1000000 | 10100 | 101011100 | 1000011 | 110000 |
Color Harmonies of #CD294A
Complementary color
Monochromatic Colors of #CD294A
Black with #CD294A
Text Example
Text Example
White with #CD294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD294A; }
p { color: rgb(205,41,74); }
H1.HeaderClassName
{
color: #CD294A;
}
.AnyTagClassName
{
color: #CD294A;
}
</style>
background-color css
<style>
a { background-color: #CD294A; }
a { background-color: rgb(205,41,74); }
div.DivClassName
{
background-color: #CD294A;
}
.BgClassName
{
background-color: #CD294A;
}
</style>
border-color css
<style>
span { border-color: #CD294A; }
span { border-color: rgb(205,41,74); }
td.TdClassName
{
border-color: #CD294A;
}
.TagClassName
{
border-color: #CD294A;
}
</style>