Shades of Brick Red #CD3E4E
Tints of Brick Red #CD3E4E
RGB
CMYK
RGB Variations
Color information
#CD3E4E (or 0xCD3E4E) is known color: Brick Red. HEX triplet: CD, 3E and 4E. RGB value is (205,62,78). Sum of RGB (Red+Green+Blue) = 205+62+78=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3E4E is #32C1B1. Grayscale: #6A6A6A. Windows color (decimal): -3326386 or 5127885. OLE color: 5127885.
HSL color Cylindrical-coordinate representation of color #CD3E4E: hue angle of 353.29º 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 #CD3E4E is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 62 | 78 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.20 |
| HSL | 353.29º | 0.59% | 0.52% | - |
| HSV(B) | 353.29º | 0.7% | 0.8% | - |
| XYZ | 28.27 | 16.97 | 8.99 | - |
| YUV | 106.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 62 | 78 | 0 | 0.70 | 0.62 | 0.20 | 353.29 | 0.59 | 0.52 |
| Hex | CD | 3E | 4E | 0 | 46 | 3E | 14 | 161 | 3B | 34 |
| Octal | 315 | 76 | 116 | 0 | 106 | 76 | 24 | 541 | 73 | 64 |
| Binary | 11001101 | 111110 | 1001110 | 0 | 1000110 | 111110 | 10100 | 101100001 | 111011 | 110100 |
Color Harmonies of #CD3E4E
Complementary color
Monochromatic Colors of #CD3E4E
Black with #CD3E4E
Text Example
Text Example
White with #CD3E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3E4E; }
p { color: rgb(205,62,78); }
H1.HeaderClassName
{
color: #CD3E4E;
}
.AnyTagClassName
{
color: #CD3E4E;
}
</style>
background-color css
<style>
a { background-color: #CD3E4E; }
a { background-color: rgb(205,62,78); }
div.DivClassName
{
background-color: #CD3E4E;
}
.BgClassName
{
background-color: #CD3E4E;
}
</style>
border-color css
<style>
span { border-color: #CD3E4E; }
span { border-color: rgb(205,62,78); }
td.TdClassName
{
border-color: #CD3E4E;
}
.TagClassName
{
border-color: #CD3E4E;
}
</style>