Shades of Brick Red #CD323E
Tints of Brick Red #CD323E
RGB
CMYK
RGB Variations
Color information
#CD323E (or 0xCD323E) is known color: Brick Red. HEX triplet: CD, 32 and 3E. RGB value is (205,50,62). Sum of RGB (Red+Green+Blue) = 205+50+62=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD323E is #32CDC1. Grayscale: #616161. Windows color (decimal): -3329474 or 4076237. OLE color: 4076237.
HSL color Cylindrical-coordinate representation of color #CD323E: hue angle of 355.35º 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 #CD323E is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 62 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.20 |
| HSL | 355.35º | 0.61% | 0.5% | - |
| HSV(B) | 355.35º | 0.76% | 0.8% | - |
| XYZ | 27.19 | 15.61 | 6.14 | - |
| YUV | 97.71 | 107.85 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 62 | 0 | 0.76 | 0.70 | 0.20 | 355.35 | 0.61 | 0.5 |
| Hex | CD | 32 | 3E | 0 | 4C | 46 | 14 | 163 | 3D | 32 |
| Octal | 315 | 62 | 76 | 0 | 114 | 106 | 24 | 543 | 75 | 62 |
| Binary | 11001101 | 110010 | 111110 | 0 | 1001100 | 1000110 | 10100 | 101100011 | 111101 | 110010 |
Color Harmonies of #CD323E
Complementary color
Monochromatic Colors of #CD323E
Black with #CD323E
Text Example
Text Example
White with #CD323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD323E; }
p { color: rgb(205,50,62); }
H1.HeaderClassName
{
color: #CD323E;
}
.AnyTagClassName
{
color: #CD323E;
}
</style>
background-color css
<style>
a { background-color: #CD323E; }
a { background-color: rgb(205,50,62); }
div.DivClassName
{
background-color: #CD323E;
}
.BgClassName
{
background-color: #CD323E;
}
</style>
border-color css
<style>
span { border-color: #CD323E; }
span { border-color: rgb(205,50,62); }
td.TdClassName
{
border-color: #CD323E;
}
.TagClassName
{
border-color: #CD323E;
}
</style>