Shades of Brick Red #D13142
Tints of Brick Red #D13142
RGB
CMYK
RGB Variations
Color information
#D13142 (or 0xD13142) is known color: Brick Red. HEX triplet: D1, 31 and 42. RGB value is (209,49,66). Sum of RGB (Red+Green+Blue) = 209+49+66=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D13142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13142 is #2ECEBD. Grayscale: #626262. Windows color (decimal): -3067582 or 4338129. OLE color: 4338129.
HSL color Cylindrical-coordinate representation of color #D13142: hue angle of 353.62º 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 #D13142 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 66 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.18 |
| HSL | 353.63º | 0.63% | 0.51% | - |
| HSV(B) | 353.63º | 0.77% | 0.82% | - |
| XYZ | 28.38 | 16.15 | 6.78 | - |
| YUV | 98.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 66 | 0 | 0.77 | 0.68 | 0.18 | 353.63 | 0.63 | 0.51 |
| Hex | D1 | 31 | 42 | 0 | 4D | 44 | 12 | 162 | 3F | 33 |
| Octal | 321 | 61 | 102 | 0 | 115 | 104 | 22 | 542 | 77 | 63 |
| Binary | 11010001 | 110001 | 1000010 | 0 | 1001101 | 1000100 | 10010 | 101100010 | 111111 | 110011 |
Color Harmonies of #D13142
Complementary color
Monochromatic Colors of #D13142
Black with #D13142
Text Example
Text Example
White with #D13142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13142; }
p { color: rgb(209,49,66); }
H1.HeaderClassName
{
color: #D13142;
}
.AnyTagClassName
{
color: #D13142;
}
</style>
background-color css
<style>
a { background-color: #D13142; }
a { background-color: rgb(209,49,66); }
div.DivClassName
{
background-color: #D13142;
}
.BgClassName
{
background-color: #D13142;
}
</style>
border-color css
<style>
span { border-color: #D13142; }
span { border-color: rgb(209,49,66); }
td.TdClassName
{
border-color: #D13142;
}
.TagClassName
{
border-color: #D13142;
}
</style>