Shades of Brick Red #D53444
Tints of Brick Red #D53444
RGB
CMYK
RGB Variations
Color information
#D53444 (or 0xD53444) is known color: Brick Red. HEX triplet: D5, 34 and 44. RGB value is (213,52,68). Sum of RGB (Red+Green+Blue) = 213+52+68=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D53444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53444 is #2ACBBB. Grayscale: #666666. Windows color (decimal): -2804668 or 4469973. OLE color: 4469973.
HSL color Cylindrical-coordinate representation of color #D53444: hue angle of 354.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53444 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 68 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.16 |
| HSL | 354.04º | 0.66% | 0.52% | - |
| HSV(B) | 354.04º | 0.76% | 0.84% | - |
| XYZ | 29.71 | 17.02 | 7.19 | - |
| YUV | 101.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 68 | 0 | 0.76 | 0.68 | 0.16 | 354.04 | 0.66 | 0.52 |
| Hex | D5 | 34 | 44 | 0 | 4C | 44 | 10 | 162 | 42 | 34 |
| Octal | 325 | 64 | 104 | 0 | 114 | 104 | 20 | 542 | 102 | 64 |
| Binary | 11010101 | 110100 | 1000100 | 0 | 1001100 | 1000100 | 10000 | 101100010 | 1000010 | 110100 |
Color Harmonies of #D53444
Complementary color
Monochromatic Colors of #D53444
Black with #D53444
Text Example
Text Example
White with #D53444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53444; }
p { color: rgb(213,52,68); }
H1.HeaderClassName
{
color: #D53444;
}
.AnyTagClassName
{
color: #D53444;
}
</style>
background-color css
<style>
a { background-color: #D53444; }
a { background-color: rgb(213,52,68); }
div.DivClassName
{
background-color: #D53444;
}
.BgClassName
{
background-color: #D53444;
}
</style>
border-color css
<style>
span { border-color: #D53444; }
span { border-color: rgb(213,52,68); }
td.TdClassName
{
border-color: #D53444;
}
.TagClassName
{
border-color: #D53444;
}
</style>