Shades of Brick Red #CD3044
Tints of Brick Red #CD3044
RGB
CMYK
RGB Variations
Color information
#CD3044 (or 0xCD3044) is known color: Brick Red. HEX triplet: CD, 30 and 44. RGB value is (205,48,68). Sum of RGB (Red+Green+Blue) = 205+48+68=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3044 is #32CFBB. Grayscale: #616161. Windows color (decimal): -3329980 or 4468941. OLE color: 4468941.
HSL color Cylindrical-coordinate representation of color #CD3044: hue angle of 352.36º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD3044 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 48 | 68 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.20 |
| HSL | 352.36º | 0.62% | 0.5% | - |
| HSV(B) | 352.36º | 0.77% | 0.8% | - |
| XYZ | 27.28 | 15.51 | 7.02 | - |
| YUV | 97.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 68 | 0 | 0.77 | 0.67 | 0.20 | 352.36 | 0.62 | 0.5 |
| Hex | CD | 30 | 44 | 0 | 4D | 43 | 14 | 160 | 3E | 32 |
| Octal | 315 | 60 | 104 | 0 | 115 | 103 | 24 | 540 | 76 | 62 |
| Binary | 11001101 | 110000 | 1000100 | 0 | 1001101 | 1000011 | 10100 | 101100000 | 111110 | 110010 |
Color Harmonies of #CD3044
Complementary color
Monochromatic Colors of #CD3044
Black with #CD3044
Text Example
Text Example
White with #CD3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3044; }
p { color: rgb(205,48,68); }
H1.HeaderClassName
{
color: #CD3044;
}
.AnyTagClassName
{
color: #CD3044;
}
</style>
background-color css
<style>
a { background-color: #CD3044; }
a { background-color: rgb(205,48,68); }
div.DivClassName
{
background-color: #CD3044;
}
.BgClassName
{
background-color: #CD3044;
}
</style>
border-color css
<style>
span { border-color: #CD3044; }
span { border-color: rgb(205,48,68); }
td.TdClassName
{
border-color: #CD3044;
}
.TagClassName
{
border-color: #CD3044;
}
</style>