Shades of Brick Red #CD344A
Tints of Brick Red #CD344A
RGB
CMYK
RGB Variations
Color information
#CD344A (or 0xCD344A) is known color: Brick Red. HEX triplet: CD, 34 and 4A. RGB value is (205,52,74). Sum of RGB (Red+Green+Blue) = 205+52+74=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD344A is #32CBB5. Grayscale: #646464. Windows color (decimal): -3328950 or 4863181. OLE color: 4863181.
HSL color Cylindrical-coordinate representation of color #CD344A: hue angle of 351.37º 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 #CD344A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 74 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.20 |
| HSL | 351.37º | 0.6% | 0.5% | - |
| HSV(B) | 351.37º | 0.75% | 0.8% | - |
| XYZ | 27.64 | 15.93 | 8.1 | - |
| YUV | 100.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 74 | 0 | 0.75 | 0.64 | 0.20 | 351.37 | 0.6 | 0.5 |
| Hex | CD | 34 | 4A | 0 | 4B | 40 | 14 | 15F | 3C | 32 |
| Octal | 315 | 64 | 112 | 0 | 113 | 100 | 24 | 537 | 74 | 62 |
| Binary | 11001101 | 110100 | 1001010 | 0 | 1001011 | 1000000 | 10100 | 101011111 | 111100 | 110010 |
Color Harmonies of #CD344A
Complementary color
Monochromatic Colors of #CD344A
Black with #CD344A
Text Example
Text Example
White with #CD344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD344A; }
p { color: rgb(205,52,74); }
H1.HeaderClassName
{
color: #CD344A;
}
.AnyTagClassName
{
color: #CD344A;
}
</style>
background-color css
<style>
a { background-color: #CD344A; }
a { background-color: rgb(205,52,74); }
div.DivClassName
{
background-color: #CD344A;
}
.BgClassName
{
background-color: #CD344A;
}
</style>
border-color css
<style>
span { border-color: #CD344A; }
span { border-color: rgb(205,52,74); }
td.TdClassName
{
border-color: #CD344A;
}
.TagClassName
{
border-color: #CD344A;
}
</style>