Shades of Brick Red #D4354B
Tints of Brick Red #D4354B
RGB
CMYK
RGB Variations
Color information
#D4354B (or 0xD4354B) is known color: Brick Red. HEX triplet: D4, 35 and 4B. RGB value is (212,53,75). Sum of RGB (Red+Green+Blue) = 212+53+75=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D4354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4354B is #2BCAB4. Grayscale: #676767. Windows color (decimal): -2869941 or 4928980. OLE color: 4928980.
HSL color Cylindrical-coordinate representation of color #D4354B: hue angle of 351.7º 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 #D4354B is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 75 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.17 |
| HSL | 351.7º | 0.65% | 0.52% | - |
| HSV(B) | 351.7º | 0.75% | 0.83% | - |
| XYZ | 29.69 | 17.05 | 8.38 | - |
| YUV | 103.05 | 112.18 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 75 | 0 | 0.75 | 0.65 | 0.17 | 351.7 | 0.65 | 0.52 |
| Hex | D4 | 35 | 4B | 0 | 4B | 41 | 11 | 160 | 41 | 34 |
| Octal | 324 | 65 | 113 | 0 | 113 | 101 | 21 | 540 | 101 | 64 |
| Binary | 11010100 | 110101 | 1001011 | 0 | 1001011 | 1000001 | 10001 | 101100000 | 1000001 | 110100 |
Color Harmonies of #D4354B
Complementary color
Monochromatic Colors of #D4354B
Black with #D4354B
Text Example
Text Example
White with #D4354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4354B; }
p { color: rgb(212,53,75); }
H1.HeaderClassName
{
color: #D4354B;
}
.AnyTagClassName
{
color: #D4354B;
}
</style>
background-color css
<style>
a { background-color: #D4354B; }
a { background-color: rgb(212,53,75); }
div.DivClassName
{
background-color: #D4354B;
}
.BgClassName
{
background-color: #D4354B;
}
</style>
border-color css
<style>
span { border-color: #D4354B; }
span { border-color: rgb(212,53,75); }
td.TdClassName
{
border-color: #D4354B;
}
.TagClassName
{
border-color: #D4354B;
}
</style>