Shades of Brick Red #D2313F
Tints of Brick Red #D2313F
RGB
CMYK
RGB Variations
Color information
#D2313F (or 0xD2313F) is known color: Brick Red. HEX triplet: D2, 31 and 3F. RGB value is (210,49,63). Sum of RGB (Red+Green+Blue) = 210+49+63=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2313F is #2DCEC0. Grayscale: #626262. Windows color (decimal): -3002049 or 4141522. OLE color: 4141522.
HSL color Cylindrical-coordinate representation of color #D2313F: hue angle of 354.78º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2313F is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 63 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.18 |
| HSL | 354.78º | 0.64% | 0.51% | - |
| HSV(B) | 354.78º | 0.77% | 0.82% | - |
| XYZ | 28.57 | 16.26 | 6.33 | - |
| YUV | 98.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 63 | 0 | 0.77 | 0.70 | 0.18 | 354.78 | 0.64 | 0.51 |
| Hex | D2 | 31 | 3F | 0 | 4D | 46 | 12 | 163 | 40 | 33 |
| Octal | 322 | 61 | 77 | 0 | 115 | 106 | 22 | 543 | 100 | 63 |
| Binary | 11010010 | 110001 | 111111 | 0 | 1001101 | 1000110 | 10010 | 101100011 | 1000000 | 110011 |
Color Harmonies of #D2313F
Complementary color
Monochromatic Colors of #D2313F
Black with #D2313F
Text Example
Text Example
White with #D2313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2313F; }
p { color: rgb(210,49,63); }
H1.HeaderClassName
{
color: #D2313F;
}
.AnyTagClassName
{
color: #D2313F;
}
</style>
background-color css
<style>
a { background-color: #D2313F; }
a { background-color: rgb(210,49,63); }
div.DivClassName
{
background-color: #D2313F;
}
.BgClassName
{
background-color: #D2313F;
}
</style>
border-color css
<style>
span { border-color: #D2313F; }
span { border-color: rgb(210,49,63); }
td.TdClassName
{
border-color: #D2313F;
}
.TagClassName
{
border-color: #D2313F;
}
</style>