Shades of Brick Red #CD2C3C
Tints of Brick Red #CD2C3C
RGB
CMYK
RGB Variations
Color information
#CD2C3C (or 0xCD2C3C) is known color: Brick Red. HEX triplet: CD, 2C and 3C. RGB value is (205,44,60). Sum of RGB (Red+Green+Blue) = 205+44+60=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2C3C is #32D3C3. Grayscale: #5E5E5E. Windows color (decimal): -3331012 or 3943629. OLE color: 3943629.
HSL color Cylindrical-coordinate representation of color #CD2C3C: hue angle of 354.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C3C is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 60 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.20 |
| HSL | 354.04º | 0.65% | 0.49% | - |
| HSV(B) | 354.04º | 0.79% | 0.8% | - |
| XYZ | 26.89 | 15.11 | 5.77 | - |
| YUV | 93.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 60 | 0 | 0.79 | 0.71 | 0.20 | 354.04 | 0.65 | 0.49 |
| Hex | CD | 2C | 3C | 0 | 4F | 47 | 14 | 162 | 41 | 31 |
| Octal | 315 | 54 | 74 | 0 | 117 | 107 | 24 | 542 | 101 | 61 |
| Binary | 11001101 | 101100 | 111100 | 0 | 1001111 | 1000111 | 10100 | 101100010 | 1000001 | 110001 |
Color Harmonies of #CD2C3C
Complementary color
Monochromatic Colors of #CD2C3C
Black with #CD2C3C
Text Example
Text Example
White with #CD2C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C3C; }
p { color: rgb(205,44,60); }
H1.HeaderClassName
{
color: #CD2C3C;
}
.AnyTagClassName
{
color: #CD2C3C;
}
</style>
background-color css
<style>
a { background-color: #CD2C3C; }
a { background-color: rgb(205,44,60); }
div.DivClassName
{
background-color: #CD2C3C;
}
.BgClassName
{
background-color: #CD2C3C;
}
</style>
border-color css
<style>
span { border-color: #CD2C3C; }
span { border-color: rgb(205,44,60); }
td.TdClassName
{
border-color: #CD2C3C;
}
.TagClassName
{
border-color: #CD2C3C;
}
</style>