Shades of Brick Red #D0293E
Tints of Brick Red #D0293E
RGB
CMYK
RGB Variations
Color information
#D0293E (or 0xD0293E) is known color: Brick Red. HEX triplet: D0, 29 and 3E. RGB value is (208,41,62). Sum of RGB (Red+Green+Blue) = 208+41+62=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D0293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0293E is #2FD6C1. Grayscale: #5D5D5D. Windows color (decimal): -3135170 or 4073936. OLE color: 4073936.
HSL color Cylindrical-coordinate representation of color #D0293E: hue angle of 352.46º 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 #D0293E is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 62 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.18 |
| HSL | 352.46º | 0.67% | 0.49% | - |
| HSV(B) | 352.46º | 0.8% | 0.82% | - |
| XYZ | 27.67 | 15.34 | 6.06 | - |
| YUV | 93.33 | 110.33 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 62 | 0 | 0.80 | 0.70 | 0.18 | 352.46 | 0.67 | 0.49 |
| Hex | D0 | 29 | 3E | 0 | 50 | 46 | 12 | 160 | 43 | 31 |
| Octal | 320 | 51 | 76 | 0 | 120 | 106 | 22 | 540 | 103 | 61 |
| Binary | 11010000 | 101001 | 111110 | 0 | 1010000 | 1000110 | 10010 | 101100000 | 1000011 | 110001 |
Color Harmonies of #D0293E
Complementary color
Monochromatic Colors of #D0293E
Black with #D0293E
Text Example
Text Example
White with #D0293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0293E; }
p { color: rgb(208,41,62); }
H1.HeaderClassName
{
color: #D0293E;
}
.AnyTagClassName
{
color: #D0293E;
}
</style>
background-color css
<style>
a { background-color: #D0293E; }
a { background-color: rgb(208,41,62); }
div.DivClassName
{
background-color: #D0293E;
}
.BgClassName
{
background-color: #D0293E;
}
</style>
border-color css
<style>
span { border-color: #D0293E; }
span { border-color: rgb(208,41,62); }
td.TdClassName
{
border-color: #D0293E;
}
.TagClassName
{
border-color: #D0293E;
}
</style>