Shades of Brick Red #D13D4D
Tints of Brick Red #D13D4D
RGB
CMYK
RGB Variations
Color information
#D13D4D (or 0xD13D4D) is known color: Brick Red. HEX triplet: D1, 3D and 4D. RGB value is (209,61,77). Sum of RGB (Red+Green+Blue) = 209+61+77=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D4D is #2EC2B2. Grayscale: #6B6B6B. Windows color (decimal): -3064499 or 5062097. OLE color: 5062097.
HSL color Cylindrical-coordinate representation of color #D13D4D: hue angle of 353.51º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D4D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 77 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.18 |
| HSL | 353.51º | 0.62% | 0.53% | - |
| HSV(B) | 353.51º | 0.71% | 0.82% | - |
| XYZ | 29.3 | 17.43 | 8.84 | - |
| YUV | 107.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 77 | 0 | 0.71 | 0.63 | 0.18 | 353.51 | 0.62 | 0.53 |
| Hex | D1 | 3D | 4D | 0 | 47 | 3F | 12 | 162 | 3E | 35 |
| Octal | 321 | 75 | 115 | 0 | 107 | 77 | 22 | 542 | 76 | 65 |
| Binary | 11010001 | 111101 | 1001101 | 0 | 1000111 | 111111 | 10010 | 101100010 | 111110 | 110101 |
Color Harmonies of #D13D4D
Complementary color
Monochromatic Colors of #D13D4D
Black with #D13D4D
Text Example
Text Example
White with #D13D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D4D; }
p { color: rgb(209,61,77); }
H1.HeaderClassName
{
color: #D13D4D;
}
.AnyTagClassName
{
color: #D13D4D;
}
</style>
background-color css
<style>
a { background-color: #D13D4D; }
a { background-color: rgb(209,61,77); }
div.DivClassName
{
background-color: #D13D4D;
}
.BgClassName
{
background-color: #D13D4D;
}
</style>
border-color css
<style>
span { border-color: #D13D4D; }
span { border-color: rgb(209,61,77); }
td.TdClassName
{
border-color: #D13D4D;
}
.TagClassName
{
border-color: #D13D4D;
}
</style>