Shades of Brick Red #D52740
Tints of Brick Red #D52740
RGB
CMYK
RGB Variations
Color information
#D52740 (or 0xD52740) is known color: Brick Red. HEX triplet: D5, 27 and 40. RGB value is (213,39,64). Sum of RGB (Red+Green+Blue) = 213+39+64=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D52740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52740 is #2AD8BF. Grayscale: #5D5D5D. Windows color (decimal): -2808000 or 4204501. OLE color: 4204501.
HSL color Cylindrical-coordinate representation of color #D52740: hue angle of 351.38º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52740 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 64 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.16 |
| HSL | 351.38º | 0.69% | 0.49% | - |
| HSV(B) | 351.38º | 0.82% | 0.84% | - |
| XYZ | 29.09 | 15.97 | 6.4 | - |
| YUV | 93.88 | 111.15 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 64 | 0 | 0.82 | 0.70 | 0.16 | 351.38 | 0.69 | 0.49 |
| Hex | D5 | 27 | 40 | 0 | 52 | 46 | 10 | 15F | 45 | 31 |
| Octal | 325 | 47 | 100 | 0 | 122 | 106 | 20 | 537 | 105 | 61 |
| Binary | 11010101 | 100111 | 1000000 | 0 | 1010010 | 1000110 | 10000 | 101011111 | 1000101 | 110001 |
Color Harmonies of #D52740
Complementary color
Monochromatic Colors of #D52740
Black with #D52740
Text Example
Text Example
White with #D52740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52740; }
p { color: rgb(213,39,64); }
H1.HeaderClassName
{
color: #D52740;
}
.AnyTagClassName
{
color: #D52740;
}
</style>
background-color css
<style>
a { background-color: #D52740; }
a { background-color: rgb(213,39,64); }
div.DivClassName
{
background-color: #D52740;
}
.BgClassName
{
background-color: #D52740;
}
</style>
border-color css
<style>
span { border-color: #D52740; }
span { border-color: rgb(213,39,64); }
td.TdClassName
{
border-color: #D52740;
}
.TagClassName
{
border-color: #D52740;
}
</style>