Shades of Brick Red #CD314C
Tints of Brick Red #CD314C
RGB
CMYK
RGB Variations
Color information
#CD314C (or 0xCD314C) is known color: Brick Red. HEX triplet: CD, 31 and 4C. RGB value is (205,49,76). Sum of RGB (Red+Green+Blue) = 205+49+76=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD314C is #32CEB3. Grayscale: #626262. Windows color (decimal): -3329716 or 4993485. OLE color: 4993485.
HSL color Cylindrical-coordinate representation of color #CD314C: hue angle of 349.62º 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 #CD314C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 49 | 76 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.20 |
| HSL | 349.62º | 0.61% | 0.5% | - |
| HSV(B) | 349.62º | 0.76% | 0.8% | - |
| XYZ | 27.58 | 15.7 | 8.41 | - |
| YUV | 98.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 76 | 0 | 0.76 | 0.63 | 0.20 | 349.62 | 0.61 | 0.5 |
| Hex | CD | 31 | 4C | 0 | 4C | 3F | 14 | 15E | 3D | 32 |
| Octal | 315 | 61 | 114 | 0 | 114 | 77 | 24 | 536 | 75 | 62 |
| Binary | 11001101 | 110001 | 1001100 | 0 | 1001100 | 111111 | 10100 | 101011110 | 111101 | 110010 |
Color Harmonies of #CD314C
Complementary color
Monochromatic Colors of #CD314C
Black with #CD314C
Text Example
Text Example
White with #CD314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD314C; }
p { color: rgb(205,49,76); }
H1.HeaderClassName
{
color: #CD314C;
}
.AnyTagClassName
{
color: #CD314C;
}
</style>
background-color css
<style>
a { background-color: #CD314C; }
a { background-color: rgb(205,49,76); }
div.DivClassName
{
background-color: #CD314C;
}
.BgClassName
{
background-color: #CD314C;
}
</style>
border-color css
<style>
span { border-color: #CD314C; }
span { border-color: rgb(205,49,76); }
td.TdClassName
{
border-color: #CD314C;
}
.TagClassName
{
border-color: #CD314C;
}
</style>