Shades of Brick Red #CD2A3E
Tints of Brick Red #CD2A3E
RGB
CMYK
RGB Variations
Color information
#CD2A3E (or 0xCD2A3E) is known color: Brick Red. HEX triplet: CD, 2A and 3E. RGB value is (205,42,62). Sum of RGB (Red+Green+Blue) = 205+42+62=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2A3E is #32D5C1. Grayscale: #5D5D5D. Windows color (decimal): -3331522 or 4074189. OLE color: 4074189.
HSL color Cylindrical-coordinate representation of color #CD2A3E: hue angle of 352.64º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2A3E is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 42 | 62 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.20 |
| HSL | 352.64º | 0.66% | 0.48% | - |
| HSV(B) | 352.64º | 0.8% | 0.8% | - |
| XYZ | 26.87 | 14.98 | 6.03 | - |
| YUV | 93.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 42 | 62 | 0 | 0.80 | 0.70 | 0.20 | 352.64 | 0.66 | 0.48 |
| Hex | CD | 2A | 3E | 0 | 50 | 46 | 14 | 161 | 42 | 30 |
| Octal | 315 | 52 | 76 | 0 | 120 | 106 | 24 | 541 | 102 | 60 |
| Binary | 11001101 | 101010 | 111110 | 0 | 1010000 | 1000110 | 10100 | 101100001 | 1000010 | 110000 |
Color Harmonies of #CD2A3E
Complementary color
Monochromatic Colors of #CD2A3E
Black with #CD2A3E
Text Example
Text Example
White with #CD2A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2A3E; }
p { color: rgb(205,42,62); }
H1.HeaderClassName
{
color: #CD2A3E;
}
.AnyTagClassName
{
color: #CD2A3E;
}
</style>
background-color css
<style>
a { background-color: #CD2A3E; }
a { background-color: rgb(205,42,62); }
div.DivClassName
{
background-color: #CD2A3E;
}
.BgClassName
{
background-color: #CD2A3E;
}
</style>
border-color css
<style>
span { border-color: #CD2A3E; }
span { border-color: rgb(205,42,62); }
td.TdClassName
{
border-color: #CD2A3E;
}
.TagClassName
{
border-color: #CD2A3E;
}
</style>