Shades of Brick Red #D4394C
Tints of Brick Red #D4394C
RGB
CMYK
RGB Variations
Color information
#D4394C (or 0xD4394C) is known color: Brick Red. HEX triplet: D4, 39 and 4C. RGB value is (212,57,76). Sum of RGB (Red+Green+Blue) = 212+57+76=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D4394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4394C is #2BC6B3. Grayscale: #696969. Windows color (decimal): -2868916 or 4995540. OLE color: 4995540.
HSL color Cylindrical-coordinate representation of color #D4394C: hue angle of 352.65º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4394C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 76 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.17 |
| HSL | 352.65º | 0.64% | 0.53% | - |
| HSV(B) | 352.65º | 0.73% | 0.83% | - |
| XYZ | 29.92 | 17.45 | 8.63 | - |
| YUV | 105.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 76 | 0 | 0.73 | 0.64 | 0.17 | 352.65 | 0.64 | 0.53 |
| Hex | D4 | 39 | 4C | 0 | 49 | 40 | 11 | 161 | 40 | 35 |
| Octal | 324 | 71 | 114 | 0 | 111 | 100 | 21 | 541 | 100 | 65 |
| Binary | 11010100 | 111001 | 1001100 | 0 | 1001001 | 1000000 | 10001 | 101100001 | 1000000 | 110101 |
Color Harmonies of #D4394C
Complementary color
Monochromatic Colors of #D4394C
Black with #D4394C
Text Example
Text Example
White with #D4394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4394C; }
p { color: rgb(212,57,76); }
H1.HeaderClassName
{
color: #D4394C;
}
.AnyTagClassName
{
color: #D4394C;
}
</style>
background-color css
<style>
a { background-color: #D4394C; }
a { background-color: rgb(212,57,76); }
div.DivClassName
{
background-color: #D4394C;
}
.BgClassName
{
background-color: #D4394C;
}
</style>
border-color css
<style>
span { border-color: #D4394C; }
span { border-color: rgb(212,57,76); }
td.TdClassName
{
border-color: #D4394C;
}
.TagClassName
{
border-color: #D4394C;
}
</style>