Shades of Brick Red #D4354D
Tints of Brick Red #D4354D
RGB
CMYK
RGB Variations
Color information
#D4354D (or 0xD4354D) is known color: Brick Red. HEX triplet: D4, 35 and 4D. RGB value is (212,53,77). Sum of RGB (Red+Green+Blue) = 212+53+77=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4354D is #2BCAB2. Grayscale: #676767. Windows color (decimal): -2869939 or 5060052. OLE color: 5060052.
HSL color Cylindrical-coordinate representation of color #D4354D: hue angle of 350.94º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4354D is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 77 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.17 |
| HSL | 350.94º | 0.65% | 0.52% | - |
| HSV(B) | 350.94º | 0.75% | 0.83% | - |
| XYZ | 29.76 | 17.08 | 8.75 | - |
| YUV | 103.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 77 | 0 | 0.75 | 0.64 | 0.17 | 350.94 | 0.65 | 0.52 |
| Hex | D4 | 35 | 4D | 0 | 4B | 40 | 11 | 15F | 41 | 34 |
| Octal | 324 | 65 | 115 | 0 | 113 | 100 | 21 | 537 | 101 | 64 |
| Binary | 11010100 | 110101 | 1001101 | 0 | 1001011 | 1000000 | 10001 | 101011111 | 1000001 | 110100 |
Color Harmonies of #D4354D
Complementary color
Monochromatic Colors of #D4354D
Black with #D4354D
Text Example
Text Example
White with #D4354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4354D; }
p { color: rgb(212,53,77); }
H1.HeaderClassName
{
color: #D4354D;
}
.AnyTagClassName
{
color: #D4354D;
}
</style>
background-color css
<style>
a { background-color: #D4354D; }
a { background-color: rgb(212,53,77); }
div.DivClassName
{
background-color: #D4354D;
}
.BgClassName
{
background-color: #D4354D;
}
</style>
border-color css
<style>
span { border-color: #D4354D; }
span { border-color: rgb(212,53,77); }
td.TdClassName
{
border-color: #D4354D;
}
.TagClassName
{
border-color: #D4354D;
}
</style>