Shades of Brick Red #D13243
Tints of Brick Red #D13243
RGB
CMYK
RGB Variations
Color information
#D13243 (or 0xD13243) is known color: Brick Red. HEX triplet: D1, 32 and 43. RGB value is (209,50,67). Sum of RGB (Red+Green+Blue) = 209+50+67=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D13243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13243 is #2ECDBC. Grayscale: #636363. Windows color (decimal): -3067325 or 4403921. OLE color: 4403921.
HSL color Cylindrical-coordinate representation of color #D13243: hue angle of 353.58º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13243 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 67 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.18 |
| HSL | 353.58º | 0.63% | 0.51% | - |
| HSV(B) | 353.58º | 0.76% | 0.82% | - |
| XYZ | 28.45 | 16.24 | 6.95 | - |
| YUV | 99.48 | 109.68 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 67 | 0 | 0.76 | 0.68 | 0.18 | 353.58 | 0.63 | 0.51 |
| Hex | D1 | 32 | 43 | 0 | 4C | 44 | 12 | 162 | 3F | 33 |
| Octal | 321 | 62 | 103 | 0 | 114 | 104 | 22 | 542 | 77 | 63 |
| Binary | 11010001 | 110010 | 1000011 | 0 | 1001100 | 1000100 | 10010 | 101100010 | 111111 | 110011 |
Color Harmonies of #D13243
Complementary color
Monochromatic Colors of #D13243
Black with #D13243
Text Example
Text Example
White with #D13243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13243; }
p { color: rgb(209,50,67); }
H1.HeaderClassName
{
color: #D13243;
}
.AnyTagClassName
{
color: #D13243;
}
</style>
background-color css
<style>
a { background-color: #D13243; }
a { background-color: rgb(209,50,67); }
div.DivClassName
{
background-color: #D13243;
}
.BgClassName
{
background-color: #D13243;
}
</style>
border-color css
<style>
span { border-color: #D13243; }
span { border-color: rgb(209,50,67); }
td.TdClassName
{
border-color: #D13243;
}
.TagClassName
{
border-color: #D13243;
}
</style>