Shades of Brick Red #CD343F
Tints of Brick Red #CD343F
RGB
CMYK
RGB Variations
Color information
#CD343F (or 0xCD343F) is known color: Brick Red. HEX triplet: CD, 34 and 3F. RGB value is (205,52,63). Sum of RGB (Red+Green+Blue) = 205+52+63=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD343F is #32CBC0. Grayscale: #636363. Windows color (decimal): -3328961 or 4142285. OLE color: 4142285.
HSL color Cylindrical-coordinate representation of color #CD343F: hue angle of 355.69º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD343F is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 63 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.20 |
| HSL | 355.69º | 0.6% | 0.5% | - |
| HSV(B) | 355.69º | 0.75% | 0.8% | - |
| XYZ | 27.3 | 15.79 | 6.31 | - |
| YUV | 99 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 63 | 0 | 0.75 | 0.69 | 0.20 | 355.69 | 0.6 | 0.5 |
| Hex | CD | 34 | 3F | 0 | 4B | 45 | 14 | 164 | 3C | 32 |
| Octal | 315 | 64 | 77 | 0 | 113 | 105 | 24 | 544 | 74 | 62 |
| Binary | 11001101 | 110100 | 111111 | 0 | 1001011 | 1000101 | 10100 | 101100100 | 111100 | 110010 |
Color Harmonies of #CD343F
Complementary color
Monochromatic Colors of #CD343F
Black with #CD343F
Text Example
Text Example
White with #CD343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD343F; }
p { color: rgb(205,52,63); }
H1.HeaderClassName
{
color: #CD343F;
}
.AnyTagClassName
{
color: #CD343F;
}
</style>
background-color css
<style>
a { background-color: #CD343F; }
a { background-color: rgb(205,52,63); }
div.DivClassName
{
background-color: #CD343F;
}
.BgClassName
{
background-color: #CD343F;
}
</style>
border-color css
<style>
span { border-color: #CD343F; }
span { border-color: rgb(205,52,63); }
td.TdClassName
{
border-color: #CD343F;
}
.TagClassName
{
border-color: #CD343F;
}
</style>