Shades of Brick Red #D2314B
Tints of Brick Red #D2314B
RGB
CMYK
RGB Variations
Color information
#D2314B (or 0xD2314B) is known color: Brick Red. HEX triplet: D2, 31 and 4B. RGB value is (210,49,75). Sum of RGB (Red+Green+Blue) = 210+49+75=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2314B is #2DCEB4. Grayscale: #646464. Windows color (decimal): -3002037 or 4927954. OLE color: 4927954.
HSL color Cylindrical-coordinate representation of color #D2314B: hue angle of 350.31º 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 #D2314B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 75 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.18 |
| HSL | 350.31º | 0.64% | 0.51% | - |
| HSV(B) | 350.31º | 0.77% | 0.82% | - |
| XYZ | 28.95 | 16.41 | 8.3 | - |
| YUV | 100.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 75 | 0 | 0.77 | 0.64 | 0.18 | 350.31 | 0.64 | 0.51 |
| Hex | D2 | 31 | 4B | 0 | 4D | 40 | 12 | 15E | 40 | 33 |
| Octal | 322 | 61 | 113 | 0 | 115 | 100 | 22 | 536 | 100 | 63 |
| Binary | 11010010 | 110001 | 1001011 | 0 | 1001101 | 1000000 | 10010 | 101011110 | 1000000 | 110011 |
Color Harmonies of #D2314B
Complementary color
Monochromatic Colors of #D2314B
Black with #D2314B
Text Example
Text Example
White with #D2314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2314B; }
p { color: rgb(210,49,75); }
H1.HeaderClassName
{
color: #D2314B;
}
.AnyTagClassName
{
color: #D2314B;
}
</style>
background-color css
<style>
a { background-color: #D2314B; }
a { background-color: rgb(210,49,75); }
div.DivClassName
{
background-color: #D2314B;
}
.BgClassName
{
background-color: #D2314B;
}
</style>
border-color css
<style>
span { border-color: #D2314B; }
span { border-color: rgb(210,49,75); }
td.TdClassName
{
border-color: #D2314B;
}
.TagClassName
{
border-color: #D2314B;
}
</style>