Shades of Brick Red #D4334D
Tints of Brick Red #D4334D
RGB
CMYK
RGB Variations
Color information
#D4334D (or 0xD4334D) is known color: Brick Red. HEX triplet: D4, 33 and 4D. RGB value is (212,51,77). Sum of RGB (Red+Green+Blue) = 212+51+77=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D4334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4334D is #2BCCB2. Grayscale: #666666. Windows color (decimal): -2870451 or 5059540. OLE color: 5059540.
HSL color Cylindrical-coordinate representation of color #D4334D: hue angle of 350.31º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4334D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 77 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.17 |
| HSL | 350.31º | 0.65% | 0.52% | - |
| HSV(B) | 350.31º | 0.76% | 0.83% | - |
| XYZ | 29.67 | 16.9 | 8.72 | - |
| YUV | 102.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 77 | 0 | 0.76 | 0.64 | 0.17 | 350.31 | 0.65 | 0.52 |
| Hex | D4 | 33 | 4D | 0 | 4C | 40 | 11 | 15E | 41 | 34 |
| Octal | 324 | 63 | 115 | 0 | 114 | 100 | 21 | 536 | 101 | 64 |
| Binary | 11010100 | 110011 | 1001101 | 0 | 1001100 | 1000000 | 10001 | 101011110 | 1000001 | 110100 |
Color Harmonies of #D4334D
Complementary color
Monochromatic Colors of #D4334D
Black with #D4334D
Text Example
Text Example
White with #D4334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4334D; }
p { color: rgb(212,51,77); }
H1.HeaderClassName
{
color: #D4334D;
}
.AnyTagClassName
{
color: #D4334D;
}
</style>
background-color css
<style>
a { background-color: #D4334D; }
a { background-color: rgb(212,51,77); }
div.DivClassName
{
background-color: #D4334D;
}
.BgClassName
{
background-color: #D4334D;
}
</style>
border-color css
<style>
span { border-color: #D4334D; }
span { border-color: rgb(212,51,77); }
td.TdClassName
{
border-color: #D4334D;
}
.TagClassName
{
border-color: #D4334D;
}
</style>