Shades of Brick Red #D52444
Tints of Brick Red #D52444
RGB
CMYK
RGB Variations
Color information
#D52444 (or 0xD52444) is known color: Brick Red. HEX triplet: D5, 24 and 44. RGB value is (213,36,68). Sum of RGB (Red+Green+Blue) = 213+36+68=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D52444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52444 is #2ADBBB. Grayscale: #5C5C5C. Windows color (decimal): -2808764 or 4465877. OLE color: 4465877.
HSL color Cylindrical-coordinate representation of color #D52444: hue angle of 349.15º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52444 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 68 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.16 |
| HSL | 349.15º | 0.71% | 0.49% | - |
| HSV(B) | 349.15º | 0.83% | 0.84% | - |
| XYZ | 29.11 | 15.83 | 6.99 | - |
| YUV | 92.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 68 | 0 | 0.83 | 0.68 | 0.16 | 349.15 | 0.71 | 0.49 |
| Hex | D5 | 24 | 44 | 0 | 53 | 44 | 10 | 15D | 47 | 31 |
| Octal | 325 | 44 | 104 | 0 | 123 | 104 | 20 | 535 | 107 | 61 |
| Binary | 11010101 | 100100 | 1000100 | 0 | 1010011 | 1000100 | 10000 | 101011101 | 1000111 | 110001 |
Color Harmonies of #D52444
Complementary color
Monochromatic Colors of #D52444
Black with #D52444
Text Example
Text Example
White with #D52444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52444; }
p { color: rgb(213,36,68); }
H1.HeaderClassName
{
color: #D52444;
}
.AnyTagClassName
{
color: #D52444;
}
</style>
background-color css
<style>
a { background-color: #D52444; }
a { background-color: rgb(213,36,68); }
div.DivClassName
{
background-color: #D52444;
}
.BgClassName
{
background-color: #D52444;
}
</style>
border-color css
<style>
span { border-color: #D52444; }
span { border-color: rgb(213,36,68); }
td.TdClassName
{
border-color: #D52444;
}
.TagClassName
{
border-color: #D52444;
}
</style>