Shades of Brick Red #D52441
Tints of Brick Red #D52441
RGB
CMYK
RGB Variations
Color information
#D52441 (or 0xD52441) is known color: Brick Red. HEX triplet: D5, 24 and 41. RGB value is (213,36,65). Sum of RGB (Red+Green+Blue) = 213+36+65=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D52441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52441 is #2ADBBE. Grayscale: #5C5C5C. Windows color (decimal): -2808767 or 4269269. OLE color: 4269269.
HSL color Cylindrical-coordinate representation of color #D52441: hue angle of 350.17º 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 #D52441 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 65 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.16 |
| HSL | 350.17º | 0.71% | 0.49% | - |
| HSV(B) | 350.17º | 0.83% | 0.84% | - |
| XYZ | 29.03 | 15.79 | 6.52 | - |
| YUV | 92.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 65 | 0 | 0.83 | 0.69 | 0.16 | 350.17 | 0.71 | 0.49 |
| Hex | D5 | 24 | 41 | 0 | 53 | 45 | 10 | 15E | 47 | 31 |
| Octal | 325 | 44 | 101 | 0 | 123 | 105 | 20 | 536 | 107 | 61 |
| Binary | 11010101 | 100100 | 1000001 | 0 | 1010011 | 1000101 | 10000 | 101011110 | 1000111 | 110001 |
Color Harmonies of #D52441
Complementary color
Monochromatic Colors of #D52441
Black with #D52441
Text Example
Text Example
White with #D52441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52441; }
p { color: rgb(213,36,65); }
H1.HeaderClassName
{
color: #D52441;
}
.AnyTagClassName
{
color: #D52441;
}
</style>
background-color css
<style>
a { background-color: #D52441; }
a { background-color: rgb(213,36,65); }
div.DivClassName
{
background-color: #D52441;
}
.BgClassName
{
background-color: #D52441;
}
</style>
border-color css
<style>
span { border-color: #D52441; }
span { border-color: rgb(213,36,65); }
td.TdClassName
{
border-color: #D52441;
}
.TagClassName
{
border-color: #D52441;
}
</style>