Shades of Brick Red #CD324C
Tints of Brick Red #CD324C
RGB
CMYK
RGB Variations
Color information
#CD324C (or 0xCD324C) is known color: Brick Red. HEX triplet: CD, 32 and 4C. RGB value is (205,50,76). Sum of RGB (Red+Green+Blue) = 205+50+76=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD324C is #32CDB3. Grayscale: #636363. Windows color (decimal): -3329460 or 4993741. OLE color: 4993741.
HSL color Cylindrical-coordinate representation of color #CD324C: hue angle of 349.94º 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 #CD324C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 76 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.20 |
| HSL | 349.94º | 0.61% | 0.5% | - |
| HSV(B) | 349.94º | 0.76% | 0.8% | - |
| XYZ | 27.62 | 15.78 | 8.43 | - |
| YUV | 99.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 76 | 0 | 0.76 | 0.63 | 0.20 | 349.94 | 0.61 | 0.5 |
| Hex | CD | 32 | 4C | 0 | 4C | 3F | 14 | 15E | 3D | 32 |
| Octal | 315 | 62 | 114 | 0 | 114 | 77 | 24 | 536 | 75 | 62 |
| Binary | 11001101 | 110010 | 1001100 | 0 | 1001100 | 111111 | 10100 | 101011110 | 111101 | 110010 |
Color Harmonies of #CD324C
Complementary color
Monochromatic Colors of #CD324C
Black with #CD324C
Text Example
Text Example
White with #CD324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD324C; }
p { color: rgb(205,50,76); }
H1.HeaderClassName
{
color: #CD324C;
}
.AnyTagClassName
{
color: #CD324C;
}
</style>
background-color css
<style>
a { background-color: #CD324C; }
a { background-color: rgb(205,50,76); }
div.DivClassName
{
background-color: #CD324C;
}
.BgClassName
{
background-color: #CD324C;
}
</style>
border-color css
<style>
span { border-color: #CD324C; }
span { border-color: rgb(205,50,76); }
td.TdClassName
{
border-color: #CD324C;
}
.TagClassName
{
border-color: #CD324C;
}
</style>