Shades of Brick Red #D13E4E
Tints of Brick Red #D13E4E
RGB
CMYK
RGB Variations
Color information
#D13E4E (or 0xD13E4E) is known color: Brick Red. HEX triplet: D1, 3E and 4E. RGB value is (209,62,78). Sum of RGB (Red+Green+Blue) = 209+62+78=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E4E is #2EC1B1. Grayscale: #6B6B6B. Windows color (decimal): -3064242 or 5127889. OLE color: 5127889.
HSL color Cylindrical-coordinate representation of color #D13E4E: hue angle of 353.47º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13E4E is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 78 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.18 |
| HSL | 353.47º | 0.62% | 0.53% | - |
| HSV(B) | 353.47º | 0.7% | 0.82% | - |
| XYZ | 29.39 | 17.55 | 9.05 | - |
| YUV | 107.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 78 | 0 | 0.70 | 0.63 | 0.18 | 353.47 | 0.62 | 0.53 |
| Hex | D1 | 3E | 4E | 0 | 46 | 3F | 12 | 161 | 3E | 35 |
| Octal | 321 | 76 | 116 | 0 | 106 | 77 | 22 | 541 | 76 | 65 |
| Binary | 11010001 | 111110 | 1001110 | 0 | 1000110 | 111111 | 10010 | 101100001 | 111110 | 110101 |
Color Harmonies of #D13E4E
Complementary color
Monochromatic Colors of #D13E4E
Black with #D13E4E
Text Example
Text Example
White with #D13E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E4E; }
p { color: rgb(209,62,78); }
H1.HeaderClassName
{
color: #D13E4E;
}
.AnyTagClassName
{
color: #D13E4E;
}
</style>
background-color css
<style>
a { background-color: #D13E4E; }
a { background-color: rgb(209,62,78); }
div.DivClassName
{
background-color: #D13E4E;
}
.BgClassName
{
background-color: #D13E4E;
}
</style>
border-color css
<style>
span { border-color: #D13E4E; }
span { border-color: rgb(209,62,78); }
td.TdClassName
{
border-color: #D13E4E;
}
.TagClassName
{
border-color: #D13E4E;
}
</style>