Shades of Brick Red #CD3249
Tints of Brick Red #CD3249
RGB
CMYK
RGB Variations
Color information
#CD3249 (or 0xCD3249) is known color: Brick Red. HEX triplet: CD, 32 and 49. RGB value is (205,50,73). Sum of RGB (Red+Green+Blue) = 205+50+73=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3249 is #32CDB6. Grayscale: #636363. Windows color (decimal): -3329463 or 4797133. OLE color: 4797133.
HSL color Cylindrical-coordinate representation of color #CD3249: hue angle of 351.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3249 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 73 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.20 |
| HSL | 351.1º | 0.61% | 0.5% | - |
| HSV(B) | 351.1º | 0.76% | 0.8% | - |
| XYZ | 27.52 | 15.74 | 7.89 | - |
| YUV | 98.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 73 | 0 | 0.76 | 0.64 | 0.20 | 351.1 | 0.61 | 0.5 |
| Hex | CD | 32 | 49 | 0 | 4C | 40 | 14 | 15F | 3D | 32 |
| Octal | 315 | 62 | 111 | 0 | 114 | 100 | 24 | 537 | 75 | 62 |
| Binary | 11001101 | 110010 | 1001001 | 0 | 1001100 | 1000000 | 10100 | 101011111 | 111101 | 110010 |
Color Harmonies of #CD3249
Complementary color
Monochromatic Colors of #CD3249
Black with #CD3249
Text Example
Text Example
White with #CD3249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3249; }
p { color: rgb(205,50,73); }
H1.HeaderClassName
{
color: #CD3249;
}
.AnyTagClassName
{
color: #CD3249;
}
</style>
background-color css
<style>
a { background-color: #CD3249; }
a { background-color: rgb(205,50,73); }
div.DivClassName
{
background-color: #CD3249;
}
.BgClassName
{
background-color: #CD3249;
}
</style>
border-color css
<style>
span { border-color: #CD3249; }
span { border-color: rgb(205,50,73); }
td.TdClassName
{
border-color: #CD3249;
}
.TagClassName
{
border-color: #CD3249;
}
</style>