Shades of Brick Red #D13143
Tints of Brick Red #D13143
RGB
CMYK
RGB Variations
Color information
#D13143 (or 0xD13143) is known color: Brick Red. HEX triplet: D1, 31 and 43. RGB value is (209,49,67). Sum of RGB (Red+Green+Blue) = 209+49+67=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D13143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13143 is #2ECEBC. Grayscale: #626262. Windows color (decimal): -3067581 or 4403665. OLE color: 4403665.
HSL color Cylindrical-coordinate representation of color #D13143: hue angle of 353.25º 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 #D13143 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 67 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.18 |
| HSL | 353.25º | 0.63% | 0.51% | - |
| HSV(B) | 353.25º | 0.77% | 0.82% | - |
| XYZ | 28.41 | 16.16 | 6.93 | - |
| YUV | 98.89 | 110.01 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 67 | 0 | 0.77 | 0.68 | 0.18 | 353.25 | 0.63 | 0.51 |
| Hex | D1 | 31 | 43 | 0 | 4D | 44 | 12 | 161 | 3F | 33 |
| Octal | 321 | 61 | 103 | 0 | 115 | 104 | 22 | 541 | 77 | 63 |
| Binary | 11010001 | 110001 | 1000011 | 0 | 1001101 | 1000100 | 10010 | 101100001 | 111111 | 110011 |
Color Harmonies of #D13143
Complementary color
Monochromatic Colors of #D13143
Black with #D13143
Text Example
Text Example
White with #D13143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13143; }
p { color: rgb(209,49,67); }
H1.HeaderClassName
{
color: #D13143;
}
.AnyTagClassName
{
color: #D13143;
}
</style>
background-color css
<style>
a { background-color: #D13143; }
a { background-color: rgb(209,49,67); }
div.DivClassName
{
background-color: #D13143;
}
.BgClassName
{
background-color: #D13143;
}
</style>
border-color css
<style>
span { border-color: #D13143; }
span { border-color: rgb(209,49,67); }
td.TdClassName
{
border-color: #D13143;
}
.TagClassName
{
border-color: #D13143;
}
</style>