Shades of Brick Red #CD3144
Tints of Brick Red #CD3144
RGB
CMYK
RGB Variations
Color information
#CD3144 (or 0xCD3144) is known color: Brick Red. HEX triplet: CD, 31 and 44. RGB value is (205,49,68). Sum of RGB (Red+Green+Blue) = 205+49+68=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3144 is #32CEBB. Grayscale: #616161. Windows color (decimal): -3329724 or 4469197. OLE color: 4469197.
HSL color Cylindrical-coordinate representation of color #CD3144: hue angle of 352.69º 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 #CD3144 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 49 | 68 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.20 |
| HSL | 352.69º | 0.61% | 0.5% | - |
| HSV(B) | 352.69º | 0.76% | 0.8% | - |
| XYZ | 27.32 | 15.59 | 7.04 | - |
| YUV | 97.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 68 | 0 | 0.76 | 0.67 | 0.20 | 352.69 | 0.61 | 0.5 |
| Hex | CD | 31 | 44 | 0 | 4C | 43 | 14 | 161 | 3D | 32 |
| Octal | 315 | 61 | 104 | 0 | 114 | 103 | 24 | 541 | 75 | 62 |
| Binary | 11001101 | 110001 | 1000100 | 0 | 1001100 | 1000011 | 10100 | 101100001 | 111101 | 110010 |
Color Harmonies of #CD3144
Complementary color
Monochromatic Colors of #CD3144
Black with #CD3144
Text Example
Text Example
White with #CD3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3144; }
p { color: rgb(205,49,68); }
H1.HeaderClassName
{
color: #CD3144;
}
.AnyTagClassName
{
color: #CD3144;
}
</style>
background-color css
<style>
a { background-color: #CD3144; }
a { background-color: rgb(205,49,68); }
div.DivClassName
{
background-color: #CD3144;
}
.BgClassName
{
background-color: #CD3144;
}
</style>
border-color css
<style>
span { border-color: #CD3144; }
span { border-color: rgb(205,49,68); }
td.TdClassName
{
border-color: #CD3144;
}
.TagClassName
{
border-color: #CD3144;
}
</style>