Shades of Brick Red #D53044
Tints of Brick Red #D53044
RGB
CMYK
RGB Variations
Color information
#D53044 (or 0xD53044) is known color: Brick Red. HEX triplet: D5, 30 and 44. RGB value is (213,48,68). Sum of RGB (Red+Green+Blue) = 213+48+68=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D53044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53044 is #2ACFBB. Grayscale: #636363. Windows color (decimal): -2805692 or 4468949. OLE color: 4468949.
HSL color Cylindrical-coordinate representation of color #D53044: hue angle of 352.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53044 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 68 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.16 |
| HSL | 352.73º | 0.66% | 0.51% | - |
| HSV(B) | 352.73º | 0.77% | 0.84% | - |
| XYZ | 29.54 | 16.68 | 7.13 | - |
| YUV | 99.62 | 110.16 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 68 | 0 | 0.77 | 0.68 | 0.16 | 352.73 | 0.66 | 0.51 |
| Hex | D5 | 30 | 44 | 0 | 4D | 44 | 10 | 161 | 42 | 33 |
| Octal | 325 | 60 | 104 | 0 | 115 | 104 | 20 | 541 | 102 | 63 |
| Binary | 11010101 | 110000 | 1000100 | 0 | 1001101 | 1000100 | 10000 | 101100001 | 1000010 | 110011 |
Color Harmonies of #D53044
Complementary color
Monochromatic Colors of #D53044
Black with #D53044
Text Example
Text Example
White with #D53044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53044; }
p { color: rgb(213,48,68); }
H1.HeaderClassName
{
color: #D53044;
}
.AnyTagClassName
{
color: #D53044;
}
</style>
background-color css
<style>
a { background-color: #D53044; }
a { background-color: rgb(213,48,68); }
div.DivClassName
{
background-color: #D53044;
}
.BgClassName
{
background-color: #D53044;
}
</style>
border-color css
<style>
span { border-color: #D53044; }
span { border-color: rgb(213,48,68); }
td.TdClassName
{
border-color: #D53044;
}
.TagClassName
{
border-color: #D53044;
}
</style>