Shades of Brick Red #CD324A
Tints of Brick Red #CD324A
RGB
CMYK
RGB Variations
Color information
#CD324A (or 0xCD324A) is known color: Brick Red. HEX triplet: CD, 32 and 4A. RGB value is (205,50,74). Sum of RGB (Red+Green+Blue) = 205+50+74=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD324A is #32CDB5. Grayscale: #636363. Windows color (decimal): -3329462 or 4862669. OLE color: 4862669.
HSL color Cylindrical-coordinate representation of color #CD324A: hue angle of 350.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD324A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 74 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.20 |
| HSL | 350.71º | 0.61% | 0.5% | - |
| HSV(B) | 350.71º | 0.76% | 0.8% | - |
| XYZ | 27.55 | 15.75 | 8.07 | - |
| YUV | 99.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 74 | 0 | 0.76 | 0.64 | 0.20 | 350.71 | 0.61 | 0.5 |
| Hex | CD | 32 | 4A | 0 | 4C | 40 | 14 | 15F | 3D | 32 |
| Octal | 315 | 62 | 112 | 0 | 114 | 100 | 24 | 537 | 75 | 62 |
| Binary | 11001101 | 110010 | 1001010 | 0 | 1001100 | 1000000 | 10100 | 101011111 | 111101 | 110010 |
Color Harmonies of #CD324A
Complementary color
Monochromatic Colors of #CD324A
Black with #CD324A
Text Example
Text Example
White with #CD324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD324A; }
p { color: rgb(205,50,74); }
H1.HeaderClassName
{
color: #CD324A;
}
.AnyTagClassName
{
color: #CD324A;
}
</style>
background-color css
<style>
a { background-color: #CD324A; }
a { background-color: rgb(205,50,74); }
div.DivClassName
{
background-color: #CD324A;
}
.BgClassName
{
background-color: #CD324A;
}
</style>
border-color css
<style>
span { border-color: #CD324A; }
span { border-color: rgb(205,50,74); }
td.TdClassName
{
border-color: #CD324A;
}
.TagClassName
{
border-color: #CD324A;
}
</style>