Shades of Brick Red #CD3242
Tints of Brick Red #CD3242
RGB
CMYK
RGB Variations
Color information
#CD3242 (or 0xCD3242) is known color: Brick Red. HEX triplet: CD, 32 and 42. RGB value is (205,50,66). Sum of RGB (Red+Green+Blue) = 205+50+66=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3242 is #32CDBD. Grayscale: #626262. Windows color (decimal): -3329470 or 4338381. OLE color: 4338381.
HSL color Cylindrical-coordinate representation of color #CD3242: hue angle of 353.81º 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 #CD3242 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 66 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.20 |
| HSL | 353.81º | 0.61% | 0.5% | - |
| HSV(B) | 353.81º | 0.76% | 0.8% | - |
| XYZ | 27.3 | 15.65 | 6.74 | - |
| YUV | 98.17 | 109.85 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 66 | 0 | 0.76 | 0.68 | 0.20 | 353.81 | 0.61 | 0.5 |
| Hex | CD | 32 | 42 | 0 | 4C | 44 | 14 | 162 | 3D | 32 |
| Octal | 315 | 62 | 102 | 0 | 114 | 104 | 24 | 542 | 75 | 62 |
| Binary | 11001101 | 110010 | 1000010 | 0 | 1001100 | 1000100 | 10100 | 101100010 | 111101 | 110010 |
Color Harmonies of #CD3242
Complementary color
Monochromatic Colors of #CD3242
Black with #CD3242
Text Example
Text Example
White with #CD3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3242; }
p { color: rgb(205,50,66); }
H1.HeaderClassName
{
color: #CD3242;
}
.AnyTagClassName
{
color: #CD3242;
}
</style>
background-color css
<style>
a { background-color: #CD3242; }
a { background-color: rgb(205,50,66); }
div.DivClassName
{
background-color: #CD3242;
}
.BgClassName
{
background-color: #CD3242;
}
</style>
border-color css
<style>
span { border-color: #CD3242; }
span { border-color: rgb(205,50,66); }
td.TdClassName
{
border-color: #CD3242;
}
.TagClassName
{
border-color: #CD3242;
}
</style>