Shades of Brick Red #D83144
Tints of Brick Red #D83144
RGB
CMYK
RGB Variations
Color information
#D83144 (or 0xD83144) is known color: Brick Red. HEX triplet: D8, 31 and 44. RGB value is (216,49,68). Sum of RGB (Red+Green+Blue) = 216+49+68=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D83144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83144 is #27CEBB. Grayscale: #656565. Windows color (decimal): -2608828 or 4469208. OLE color: 4469208.
HSL color Cylindrical-coordinate representation of color #D83144: hue angle of 353.17º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83144 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 68 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.15 |
| HSL | 353.17º | 0.68% | 0.52% | - |
| HSV(B) | 353.17º | 0.77% | 0.85% | - |
| XYZ | 30.46 | 17.21 | 7.19 | - |
| YUV | 101.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 68 | 0 | 0.77 | 0.69 | 0.15 | 353.17 | 0.68 | 0.52 |
| Hex | D8 | 31 | 44 | 0 | 4D | 45 | F | 161 | 44 | 34 |
| Octal | 330 | 61 | 104 | 0 | 115 | 105 | 17 | 541 | 104 | 64 |
| Binary | 11011000 | 110001 | 1000100 | 0 | 1001101 | 1000101 | 1111 | 101100001 | 1000100 | 110100 |
Color Harmonies of #D83144
Complementary color
Monochromatic Colors of #D83144
Black with #D83144
Text Example
Text Example
White with #D83144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83144; }
p { color: rgb(216,49,68); }
H1.HeaderClassName
{
color: #D83144;
}
.AnyTagClassName
{
color: #D83144;
}
</style>
background-color css
<style>
a { background-color: #D83144; }
a { background-color: rgb(216,49,68); }
div.DivClassName
{
background-color: #D83144;
}
.BgClassName
{
background-color: #D83144;
}
</style>
border-color css
<style>
span { border-color: #D83144; }
span { border-color: rgb(216,49,68); }
td.TdClassName
{
border-color: #D83144;
}
.TagClassName
{
border-color: #D83144;
}
</style>