Shades of Brick Red #D13144
Tints of Brick Red #D13144
RGB
CMYK
RGB Variations
Color information
#D13144 (or 0xD13144) is known color: Brick Red. HEX triplet: D1, 31 and 44. RGB value is (209,49,68). Sum of RGB (Red+Green+Blue) = 209+49+68=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D13144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13144 is #2ECEBB. Grayscale: #636363. Windows color (decimal): -3067580 or 4469201. OLE color: 4469201.
HSL color Cylindrical-coordinate representation of color #D13144: hue angle of 352.88º degrees, saturation: 0.63, 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 #D13144 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 68 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.18 |
| HSL | 352.88º | 0.63% | 0.51% | - |
| HSV(B) | 352.88º | 0.77% | 0.82% | - |
| XYZ | 28.44 | 16.17 | 7.09 | - |
| YUV | 99.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 68 | 0 | 0.77 | 0.67 | 0.18 | 352.88 | 0.63 | 0.51 |
| Hex | D1 | 31 | 44 | 0 | 4D | 43 | 12 | 161 | 3F | 33 |
| Octal | 321 | 61 | 104 | 0 | 115 | 103 | 22 | 541 | 77 | 63 |
| Binary | 11010001 | 110001 | 1000100 | 0 | 1001101 | 1000011 | 10010 | 101100001 | 111111 | 110011 |
Color Harmonies of #D13144
Complementary color
Monochromatic Colors of #D13144
Black with #D13144
Text Example
Text Example
White with #D13144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13144; }
p { color: rgb(209,49,68); }
H1.HeaderClassName
{
color: #D13144;
}
.AnyTagClassName
{
color: #D13144;
}
</style>
background-color css
<style>
a { background-color: #D13144; }
a { background-color: rgb(209,49,68); }
div.DivClassName
{
background-color: #D13144;
}
.BgClassName
{
background-color: #D13144;
}
</style>
border-color css
<style>
span { border-color: #D13144; }
span { border-color: rgb(209,49,68); }
td.TdClassName
{
border-color: #D13144;
}
.TagClassName
{
border-color: #D13144;
}
</style>