Shades of Brick Red #CD2E3E
Tints of Brick Red #CD2E3E
RGB
CMYK
RGB Variations
Color information
#CD2E3E (or 0xCD2E3E) is known color: Brick Red. HEX triplet: CD, 2E and 3E. RGB value is (205,46,62). Sum of RGB (Red+Green+Blue) = 205+46+62=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2E3E is #32D1C1. Grayscale: #5F5F5F. Windows color (decimal): -3330498 or 4075213. OLE color: 4075213.
HSL color Cylindrical-coordinate representation of color #CD2E3E: hue angle of 353.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2E3E is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 62 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.20 |
| HSL | 353.96º | 0.63% | 0.49% | - |
| HSV(B) | 353.96º | 0.78% | 0.8% | - |
| XYZ | 27.02 | 15.28 | 6.08 | - |
| YUV | 95.37 | 109.18 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 62 | 0 | 0.78 | 0.70 | 0.20 | 353.96 | 0.63 | 0.49 |
| Hex | CD | 2E | 3E | 0 | 4E | 46 | 14 | 162 | 3F | 31 |
| Octal | 315 | 56 | 76 | 0 | 116 | 106 | 24 | 542 | 77 | 61 |
| Binary | 11001101 | 101110 | 111110 | 0 | 1001110 | 1000110 | 10100 | 101100010 | 111111 | 110001 |
Color Harmonies of #CD2E3E
Complementary color
Monochromatic Colors of #CD2E3E
Black with #CD2E3E
Text Example
Text Example
White with #CD2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2E3E; }
p { color: rgb(205,46,62); }
H1.HeaderClassName
{
color: #CD2E3E;
}
.AnyTagClassName
{
color: #CD2E3E;
}
</style>
background-color css
<style>
a { background-color: #CD2E3E; }
a { background-color: rgb(205,46,62); }
div.DivClassName
{
background-color: #CD2E3E;
}
.BgClassName
{
background-color: #CD2E3E;
}
</style>
border-color css
<style>
span { border-color: #CD2E3E; }
span { border-color: rgb(205,46,62); }
td.TdClassName
{
border-color: #CD2E3E;
}
.TagClassName
{
border-color: #CD2E3E;
}
</style>