Shades of Brick Red #D2293E
Tints of Brick Red #D2293E
RGB
CMYK
RGB Variations
Color information
#D2293E (or 0xD2293E) is known color: Brick Red. HEX triplet: D2, 29 and 3E. RGB value is (210,41,62). Sum of RGB (Red+Green+Blue) = 210+41+62=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D2293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2293E is #2DD6C1. Grayscale: #5E5E5E. Windows color (decimal): -3004098 or 4073938. OLE color: 4073938.
HSL color Cylindrical-coordinate representation of color #D2293E: hue angle of 352.54º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2293E is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 62 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.18 |
| HSL | 352.54º | 0.67% | 0.49% | - |
| HSV(B) | 352.54º | 0.8% | 0.82% | - |
| XYZ | 28.24 | 15.64 | 6.09 | - |
| YUV | 93.93 | 109.99 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 62 | 0 | 0.80 | 0.70 | 0.18 | 352.54 | 0.67 | 0.49 |
| Hex | D2 | 29 | 3E | 0 | 50 | 46 | 12 | 161 | 43 | 31 |
| Octal | 322 | 51 | 76 | 0 | 120 | 106 | 22 | 541 | 103 | 61 |
| Binary | 11010010 | 101001 | 111110 | 0 | 1010000 | 1000110 | 10010 | 101100001 | 1000011 | 110001 |
Color Harmonies of #D2293E
Complementary color
Monochromatic Colors of #D2293E
Black with #D2293E
Text Example
Text Example
White with #D2293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2293E; }
p { color: rgb(210,41,62); }
H1.HeaderClassName
{
color: #D2293E;
}
.AnyTagClassName
{
color: #D2293E;
}
</style>
background-color css
<style>
a { background-color: #D2293E; }
a { background-color: rgb(210,41,62); }
div.DivClassName
{
background-color: #D2293E;
}
.BgClassName
{
background-color: #D2293E;
}
</style>
border-color css
<style>
span { border-color: #D2293E; }
span { border-color: rgb(210,41,62); }
td.TdClassName
{
border-color: #D2293E;
}
.TagClassName
{
border-color: #D2293E;
}
</style>