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