Shades of Brick Red #D52445
Tints of Brick Red #D52445
RGB
CMYK
RGB Variations
Color information
#D52445 (or 0xD52445) is known color: Brick Red. HEX triplet: D5, 24 and 45. RGB value is (213,36,69). Sum of RGB (Red+Green+Blue) = 213+36+69=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D52445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52445 is #2ADBBA. Grayscale: #5C5C5C. Windows color (decimal): -2808763 or 4531413. OLE color: 4531413.
HSL color Cylindrical-coordinate representation of color #D52445: hue angle of 348.81º 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 #D52445 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 69 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.16 |
| HSL | 348.81º | 0.71% | 0.49% | - |
| HSV(B) | 348.81º | 0.83% | 0.84% | - |
| XYZ | 29.15 | 15.84 | 7.15 | - |
| YUV | 92.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 69 | 0 | 0.83 | 0.68 | 0.16 | 348.81 | 0.71 | 0.49 |
| Hex | D5 | 24 | 45 | 0 | 53 | 44 | 10 | 15D | 47 | 31 |
| Octal | 325 | 44 | 105 | 0 | 123 | 104 | 20 | 535 | 107 | 61 |
| Binary | 11010101 | 100100 | 1000101 | 0 | 1010011 | 1000100 | 10000 | 101011101 | 1000111 | 110001 |
Color Harmonies of #D52445
Complementary color
Monochromatic Colors of #D52445
Black with #D52445
Text Example
Text Example
White with #D52445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52445; }
p { color: rgb(213,36,69); }
H1.HeaderClassName
{
color: #D52445;
}
.AnyTagClassName
{
color: #D52445;
}
</style>
background-color css
<style>
a { background-color: #D52445; }
a { background-color: rgb(213,36,69); }
div.DivClassName
{
background-color: #D52445;
}
.BgClassName
{
background-color: #D52445;
}
</style>
border-color css
<style>
span { border-color: #D52445; }
span { border-color: rgb(213,36,69); }
td.TdClassName
{
border-color: #D52445;
}
.TagClassName
{
border-color: #D52445;
}
</style>