Shades of Brick Red #D32342
Tints of Brick Red #D32342
RGB
CMYK
RGB Variations
Color information
#D32342 (or 0xD32342) is known color: Brick Red. HEX triplet: D3, 23 and 42. RGB value is (211,35,66). Sum of RGB (Red+Green+Blue) = 211+35+66=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D32342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32342 is #2CDCBD. Grayscale: #5B5B5B. Windows color (decimal): -2940094 or 4334547. OLE color: 4334547.
HSL color Cylindrical-coordinate representation of color #D32342: hue angle of 349.43º degrees, saturation: 0.72, 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 #D32342 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 66 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.17 |
| HSL | 349.43º | 0.72% | 0.48% | - |
| HSV(B) | 349.43º | 0.83% | 0.83% | - |
| XYZ | 28.45 | 15.44 | 6.64 | - |
| YUV | 91.16 | 113.81 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 66 | 0 | 0.83 | 0.69 | 0.17 | 349.43 | 0.72 | 0.48 |
| Hex | D3 | 23 | 42 | 0 | 53 | 45 | 11 | 15D | 48 | 30 |
| Octal | 323 | 43 | 102 | 0 | 123 | 105 | 21 | 535 | 110 | 60 |
| Binary | 11010011 | 100011 | 1000010 | 0 | 1010011 | 1000101 | 10001 | 101011101 | 1001000 | 110000 |
Color Harmonies of #D32342
Complementary color
Monochromatic Colors of #D32342
Black with #D32342
Text Example
Text Example
White with #D32342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32342; }
p { color: rgb(211,35,66); }
H1.HeaderClassName
{
color: #D32342;
}
.AnyTagClassName
{
color: #D32342;
}
</style>
background-color css
<style>
a { background-color: #D32342; }
a { background-color: rgb(211,35,66); }
div.DivClassName
{
background-color: #D32342;
}
.BgClassName
{
background-color: #D32342;
}
</style>
border-color css
<style>
span { border-color: #D32342; }
span { border-color: rgb(211,35,66); }
td.TdClassName
{
border-color: #D32342;
}
.TagClassName
{
border-color: #D32342;
}
</style>