Shades of Brick Red #D32446
Tints of Brick Red #D32446
RGB
CMYK
RGB Variations
Color information
#D32446 (or 0xD32446) is known color: Brick Red. HEX triplet: D3, 24 and 46. RGB value is (211,36,70). Sum of RGB (Red+Green+Blue) = 211+36+70=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D32446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32446 is #2CDBB9. Grayscale: #5C5C5C. Windows color (decimal): -2939834 or 4596947. OLE color: 4596947.
HSL color Cylindrical-coordinate representation of color #D32446: hue angle of 348.34º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32446 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 70 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.17 |
| HSL | 348.34º | 0.71% | 0.48% | - |
| HSV(B) | 348.34º | 0.83% | 0.83% | - |
| XYZ | 28.6 | 15.55 | 7.29 | - |
| YUV | 92.2 | 115.48 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 70 | 0 | 0.83 | 0.67 | 0.17 | 348.34 | 0.71 | 0.48 |
| Hex | D3 | 24 | 46 | 0 | 53 | 43 | 11 | 15C | 47 | 30 |
| Octal | 323 | 44 | 106 | 0 | 123 | 103 | 21 | 534 | 107 | 60 |
| Binary | 11010011 | 100100 | 1000110 | 0 | 1010011 | 1000011 | 10001 | 101011100 | 1000111 | 110000 |
Color Harmonies of #D32446
Complementary color
Monochromatic Colors of #D32446
Black with #D32446
Text Example
Text Example
White with #D32446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32446; }
p { color: rgb(211,36,70); }
H1.HeaderClassName
{
color: #D32446;
}
.AnyTagClassName
{
color: #D32446;
}
</style>
background-color css
<style>
a { background-color: #D32446; }
a { background-color: rgb(211,36,70); }
div.DivClassName
{
background-color: #D32446;
}
.BgClassName
{
background-color: #D32446;
}
</style>
border-color css
<style>
span { border-color: #D32446; }
span { border-color: rgb(211,36,70); }
td.TdClassName
{
border-color: #D32446;
}
.TagClassName
{
border-color: #D32446;
}
</style>