Shades of Brick Red #D32740
Tints of Brick Red #D32740
RGB
CMYK
RGB Variations
Color information
#D32740 (or 0xD32740) is known color: Brick Red. HEX triplet: D3, 27 and 40. RGB value is (211,39,64). Sum of RGB (Red+Green+Blue) = 211+39+64=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D32740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32740 is #2CD8BF. Grayscale: #5D5D5D. Windows color (decimal): -2939072 or 4204499. OLE color: 4204499.
HSL color Cylindrical-coordinate representation of color #D32740: hue angle of 351.28º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32740 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 64 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.17 |
| HSL | 351.28º | 0.69% | 0.49% | - |
| HSV(B) | 351.28º | 0.82% | 0.83% | - |
| XYZ | 28.51 | 15.67 | 6.37 | - |
| YUV | 93.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 64 | 0 | 0.82 | 0.70 | 0.17 | 351.28 | 0.69 | 0.49 |
| Hex | D3 | 27 | 40 | 0 | 52 | 46 | 11 | 15F | 45 | 31 |
| Octal | 323 | 47 | 100 | 0 | 122 | 106 | 21 | 537 | 105 | 61 |
| Binary | 11010011 | 100111 | 1000000 | 0 | 1010010 | 1000110 | 10001 | 101011111 | 1000101 | 110001 |
Color Harmonies of #D32740
Complementary color
Monochromatic Colors of #D32740
Black with #D32740
Text Example
Text Example
White with #D32740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32740; }
p { color: rgb(211,39,64); }
H1.HeaderClassName
{
color: #D32740;
}
.AnyTagClassName
{
color: #D32740;
}
</style>
background-color css
<style>
a { background-color: #D32740; }
a { background-color: rgb(211,39,64); }
div.DivClassName
{
background-color: #D32740;
}
.BgClassName
{
background-color: #D32740;
}
</style>
border-color css
<style>
span { border-color: #D32740; }
span { border-color: rgb(211,39,64); }
td.TdClassName
{
border-color: #D32740;
}
.TagClassName
{
border-color: #D32740;
}
</style>