Shades of Brick Red #D5293F
Tints of Brick Red #D5293F
RGB
CMYK
RGB Variations
Color information
#D5293F (or 0xD5293F) is known color: Brick Red. HEX triplet: D5, 29 and 3F. RGB value is (213,41,63). Sum of RGB (Red+Green+Blue) = 213+41+63=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D5293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5293F is #2AD6C0. Grayscale: #5F5F5F. Windows color (decimal): -2807489 or 4139477. OLE color: 4139477.
HSL color Cylindrical-coordinate representation of color #D5293F: hue angle of 352.33º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5293F is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 63 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.16 |
| HSL | 352.33º | 0.68% | 0.5% | - |
| HSV(B) | 352.33º | 0.81% | 0.84% | - |
| XYZ | 29.13 | 16.09 | 6.27 | - |
| YUV | 94.94 | 109.98 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 63 | 0 | 0.81 | 0.70 | 0.16 | 352.33 | 0.68 | 0.5 |
| Hex | D5 | 29 | 3F | 0 | 51 | 46 | 10 | 160 | 44 | 32 |
| Octal | 325 | 51 | 77 | 0 | 121 | 106 | 20 | 540 | 104 | 62 |
| Binary | 11010101 | 101001 | 111111 | 0 | 1010001 | 1000110 | 10000 | 101100000 | 1000100 | 110010 |
Color Harmonies of #D5293F
Complementary color
Monochromatic Colors of #D5293F
Black with #D5293F
Text Example
Text Example
White with #D5293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5293F; }
p { color: rgb(213,41,63); }
H1.HeaderClassName
{
color: #D5293F;
}
.AnyTagClassName
{
color: #D5293F;
}
</style>
background-color css
<style>
a { background-color: #D5293F; }
a { background-color: rgb(213,41,63); }
div.DivClassName
{
background-color: #D5293F;
}
.BgClassName
{
background-color: #D5293F;
}
</style>
border-color css
<style>
span { border-color: #D5293F; }
span { border-color: rgb(213,41,63); }
td.TdClassName
{
border-color: #D5293F;
}
.TagClassName
{
border-color: #D5293F;
}
</style>