Shades of Brick Red #CD3E4D
Tints of Brick Red #CD3E4D
RGB
CMYK
RGB Variations
Color information
#CD3E4D (or 0xCD3E4D) is known color: Brick Red. HEX triplet: CD, 3E and 4D. RGB value is (205,62,77). Sum of RGB (Red+Green+Blue) = 205+62+77=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3E4D is #32C1B2. Grayscale: #6A6A6A. Windows color (decimal): -3326387 or 5062349. OLE color: 5062349.
HSL color Cylindrical-coordinate representation of color #CD3E4D: hue angle of 353.71º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3E4D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 62 | 77 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.20 |
| HSL | 353.71º | 0.59% | 0.52% | - |
| HSV(B) | 353.71º | 0.7% | 0.8% | - |
| XYZ | 28.24 | 16.96 | 8.81 | - |
| YUV | 106.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 62 | 77 | 0 | 0.70 | 0.62 | 0.20 | 353.71 | 0.59 | 0.52 |
| Hex | CD | 3E | 4D | 0 | 46 | 3E | 14 | 162 | 3B | 34 |
| Octal | 315 | 76 | 115 | 0 | 106 | 76 | 24 | 542 | 73 | 64 |
| Binary | 11001101 | 111110 | 1001101 | 0 | 1000110 | 111110 | 10100 | 101100010 | 111011 | 110100 |
Color Harmonies of #CD3E4D
Complementary color
Monochromatic Colors of #CD3E4D
Black with #CD3E4D
Text Example
Text Example
White with #CD3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3E4D; }
p { color: rgb(205,62,77); }
H1.HeaderClassName
{
color: #CD3E4D;
}
.AnyTagClassName
{
color: #CD3E4D;
}
</style>
background-color css
<style>
a { background-color: #CD3E4D; }
a { background-color: rgb(205,62,77); }
div.DivClassName
{
background-color: #CD3E4D;
}
.BgClassName
{
background-color: #CD3E4D;
}
</style>
border-color css
<style>
span { border-color: #CD3E4D; }
span { border-color: rgb(205,62,77); }
td.TdClassName
{
border-color: #CD3E4D;
}
.TagClassName
{
border-color: #CD3E4D;
}
</style>