Shades of Brick Red #D5314B
Tints of Brick Red #D5314B
RGB
CMYK
RGB Variations
Color information
#D5314B (or 0xD5314B) is known color: Brick Red. HEX triplet: D5, 31 and 4B. RGB value is (213,49,75). Sum of RGB (Red+Green+Blue) = 213+49+75=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5314B is #2ACEB4. Grayscale: #656565. Windows color (decimal): -2805429 or 4927957. OLE color: 4927957.
HSL color Cylindrical-coordinate representation of color #D5314B: hue angle of 350.49º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5314B is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 75 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.16 |
| HSL | 350.49º | 0.66% | 0.51% | - |
| HSV(B) | 350.49º | 0.77% | 0.84% | - |
| XYZ | 29.81 | 16.85 | 8.34 | - |
| YUV | 101 | 113.33 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 75 | 0 | 0.77 | 0.65 | 0.16 | 350.49 | 0.66 | 0.51 |
| Hex | D5 | 31 | 4B | 0 | 4D | 41 | 10 | 15E | 42 | 33 |
| Octal | 325 | 61 | 113 | 0 | 115 | 101 | 20 | 536 | 102 | 63 |
| Binary | 11010101 | 110001 | 1001011 | 0 | 1001101 | 1000001 | 10000 | 101011110 | 1000010 | 110011 |
Color Harmonies of #D5314B
Complementary color
Monochromatic Colors of #D5314B
Black with #D5314B
Text Example
Text Example
White with #D5314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5314B; }
p { color: rgb(213,49,75); }
H1.HeaderClassName
{
color: #D5314B;
}
.AnyTagClassName
{
color: #D5314B;
}
</style>
background-color css
<style>
a { background-color: #D5314B; }
a { background-color: rgb(213,49,75); }
div.DivClassName
{
background-color: #D5314B;
}
.BgClassName
{
background-color: #D5314B;
}
</style>
border-color css
<style>
span { border-color: #D5314B; }
span { border-color: rgb(213,49,75); }
td.TdClassName
{
border-color: #D5314B;
}
.TagClassName
{
border-color: #D5314B;
}
</style>