Shades of Brick Red #CD2A40
Tints of Brick Red #CD2A40
RGB
CMYK
RGB Variations
Color information
#CD2A40 (or 0xCD2A40) is known color: Brick Red. HEX triplet: CD, 2A and 40. RGB value is (205,42,64). Sum of RGB (Red+Green+Blue) = 205+42+64=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2A40 is #32D5BF. Grayscale: #5D5D5D. Windows color (decimal): -3331520 or 4205261. OLE color: 4205261.
HSL color Cylindrical-coordinate representation of color #CD2A40: hue angle of 351.9º 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 #CD2A40 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 42 | 64 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.20 |
| HSL | 351.9º | 0.66% | 0.48% | - |
| HSV(B) | 351.9º | 0.8% | 0.8% | - |
| XYZ | 26.93 | 15.01 | 6.33 | - |
| YUV | 93.25 | 111.5 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 42 | 64 | 0 | 0.80 | 0.69 | 0.20 | 351.9 | 0.66 | 0.48 |
| Hex | CD | 2A | 40 | 0 | 50 | 45 | 14 | 160 | 42 | 30 |
| Octal | 315 | 52 | 100 | 0 | 120 | 105 | 24 | 540 | 102 | 60 |
| Binary | 11001101 | 101010 | 1000000 | 0 | 1010000 | 1000101 | 10100 | 101100000 | 1000010 | 110000 |
Color Harmonies of #CD2A40
Complementary color
Monochromatic Colors of #CD2A40
Black with #CD2A40
Text Example
Text Example
White with #CD2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2A40; }
p { color: rgb(205,42,64); }
H1.HeaderClassName
{
color: #CD2A40;
}
.AnyTagClassName
{
color: #CD2A40;
}
</style>
background-color css
<style>
a { background-color: #CD2A40; }
a { background-color: rgb(205,42,64); }
div.DivClassName
{
background-color: #CD2A40;
}
.BgClassName
{
background-color: #CD2A40;
}
</style>
border-color css
<style>
span { border-color: #CD2A40; }
span { border-color: rgb(205,42,64); }
td.TdClassName
{
border-color: #CD2A40;
}
.TagClassName
{
border-color: #CD2A40;
}
</style>