Shades of Brick Red #D52541
Tints of Brick Red #D52541
RGB
CMYK
RGB Variations
Color information
#D52541 (or 0xD52541) is known color: Brick Red. HEX triplet: D5, 25 and 41. RGB value is (213,37,65). Sum of RGB (Red+Green+Blue) = 213+37+65=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D52541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52541 is #2ADABE. Grayscale: #5C5C5C. Windows color (decimal): -2808511 or 4269525. OLE color: 4269525.
HSL color Cylindrical-coordinate representation of color #D52541: hue angle of 350.45º degrees, saturation: 0.7, 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 #D52541 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 65 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.16 |
| HSL | 350.45º | 0.7% | 0.49% | - |
| HSV(B) | 350.45º | 0.83% | 0.84% | - |
| XYZ | 29.06 | 15.85 | 6.53 | - |
| YUV | 92.82 | 112.31 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 65 | 0 | 0.83 | 0.69 | 0.16 | 350.45 | 0.7 | 0.49 |
| Hex | D5 | 25 | 41 | 0 | 53 | 45 | 10 | 15E | 46 | 31 |
| Octal | 325 | 45 | 101 | 0 | 123 | 105 | 20 | 536 | 106 | 61 |
| Binary | 11010101 | 100101 | 1000001 | 0 | 1010011 | 1000101 | 10000 | 101011110 | 1000110 | 110001 |
Color Harmonies of #D52541
Complementary color
Monochromatic Colors of #D52541
Black with #D52541
Text Example
Text Example
White with #D52541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52541; }
p { color: rgb(213,37,65); }
H1.HeaderClassName
{
color: #D52541;
}
.AnyTagClassName
{
color: #D52541;
}
</style>
background-color css
<style>
a { background-color: #D52541; }
a { background-color: rgb(213,37,65); }
div.DivClassName
{
background-color: #D52541;
}
.BgClassName
{
background-color: #D52541;
}
</style>
border-color css
<style>
span { border-color: #D52541; }
span { border-color: rgb(213,37,65); }
td.TdClassName
{
border-color: #D52541;
}
.TagClassName
{
border-color: #D52541;
}
</style>