Shades of Brick Red #D2293D
Tints of Brick Red #D2293D
RGB
CMYK
RGB Variations
Color information
#D2293D (or 0xD2293D) is known color: Brick Red. HEX triplet: D2, 29 and 3D. RGB value is (210,41,61). Sum of RGB (Red+Green+Blue) = 210+41+61=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D2293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2293D is #2DD6C2. Grayscale: #5D5D5D. Windows color (decimal): -3004099 or 4008402. OLE color: 4008402.
HSL color Cylindrical-coordinate representation of color #D2293D: hue angle of 352.9º 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 #D2293D is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 61 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.18 |
| HSL | 352.9º | 0.67% | 0.49% | - |
| HSV(B) | 352.9º | 0.8% | 0.82% | - |
| XYZ | 28.21 | 15.62 | 5.94 | - |
| YUV | 93.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 61 | 0 | 0.80 | 0.71 | 0.18 | 352.9 | 0.67 | 0.49 |
| Hex | D2 | 29 | 3D | 0 | 50 | 47 | 12 | 161 | 43 | 31 |
| Octal | 322 | 51 | 75 | 0 | 120 | 107 | 22 | 541 | 103 | 61 |
| Binary | 11010010 | 101001 | 111101 | 0 | 1010000 | 1000111 | 10010 | 101100001 | 1000011 | 110001 |
Color Harmonies of #D2293D
Complementary color
Monochromatic Colors of #D2293D
Black with #D2293D
Text Example
Text Example
White with #D2293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2293D; }
p { color: rgb(210,41,61); }
H1.HeaderClassName
{
color: #D2293D;
}
.AnyTagClassName
{
color: #D2293D;
}
</style>
background-color css
<style>
a { background-color: #D2293D; }
a { background-color: rgb(210,41,61); }
div.DivClassName
{
background-color: #D2293D;
}
.BgClassName
{
background-color: #D2293D;
}
</style>
border-color css
<style>
span { border-color: #D2293D; }
span { border-color: rgb(210,41,61); }
td.TdClassName
{
border-color: #D2293D;
}
.TagClassName
{
border-color: #D2293D;
}
</style>