Shades of Brick Red #CD273A
Tints of Brick Red #CD273A
RGB
CMYK
RGB Variations
Color information
#CD273A (or 0xCD273A) is known color: Brick Red. HEX triplet: CD, 27 and 3A. RGB value is (205,39,58). Sum of RGB (Red+Green+Blue) = 205+39+58=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD273A is #32D8C5. Grayscale: #5A5A5A. Windows color (decimal): -3332294 or 3811277. OLE color: 3811277.
HSL color Cylindrical-coordinate representation of color #CD273A: hue angle of 353.13º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD273A is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 39 | 58 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.20 |
| HSL | 353.13º | 0.68% | 0.48% | - |
| HSV(B) | 353.13º | 0.81% | 0.8% | - |
| XYZ | 26.67 | 14.74 | 5.44 | - |
| YUV | 90.8 | 109.5 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 39 | 58 | 0 | 0.81 | 0.72 | 0.20 | 353.13 | 0.68 | 0.48 |
| Hex | CD | 27 | 3A | 0 | 51 | 48 | 14 | 161 | 44 | 30 |
| Octal | 315 | 47 | 72 | 0 | 121 | 110 | 24 | 541 | 104 | 60 |
| Binary | 11001101 | 100111 | 111010 | 0 | 1010001 | 1001000 | 10100 | 101100001 | 1000100 | 110000 |
Color Harmonies of #CD273A
Complementary color
Monochromatic Colors of #CD273A
Black with #CD273A
Text Example
Text Example
White with #CD273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD273A; }
p { color: rgb(205,39,58); }
H1.HeaderClassName
{
color: #CD273A;
}
.AnyTagClassName
{
color: #CD273A;
}
</style>
background-color css
<style>
a { background-color: #CD273A; }
a { background-color: rgb(205,39,58); }
div.DivClassName
{
background-color: #CD273A;
}
.BgClassName
{
background-color: #CD273A;
}
</style>
border-color css
<style>
span { border-color: #CD273A; }
span { border-color: rgb(205,39,58); }
td.TdClassName
{
border-color: #CD273A;
}
.TagClassName
{
border-color: #CD273A;
}
</style>