Shades of Brick Red #D83845
Tints of Brick Red #D83845
RGB
CMYK
RGB Variations
Color information
#D83845 (or 0xD83845) is known color: Brick Red. HEX triplet: D8, 38 and 45. RGB value is (216,56,69). Sum of RGB (Red+Green+Blue) = 216+56+69=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D83845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83845 is #27C7BA. Grayscale: #696969. Windows color (decimal): -2607035 or 4536536. OLE color: 4536536.
HSL color Cylindrical-coordinate representation of color #D83845: hue angle of 355.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D83845 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 69 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.15 |
| HSL | 355.13º | 0.67% | 0.53% | - |
| HSV(B) | 355.13º | 0.74% | 0.85% | - |
| XYZ | 30.81 | 17.86 | 7.45 | - |
| YUV | 105.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 69 | 0 | 0.74 | 0.68 | 0.15 | 355.13 | 0.67 | 0.53 |
| Hex | D8 | 38 | 45 | 0 | 4A | 44 | F | 163 | 43 | 35 |
| Octal | 330 | 70 | 105 | 0 | 112 | 104 | 17 | 543 | 103 | 65 |
| Binary | 11011000 | 111000 | 1000101 | 0 | 1001010 | 1000100 | 1111 | 101100011 | 1000011 | 110101 |
Color Harmonies of #D83845
Complementary color
Monochromatic Colors of #D83845
Black with #D83845
Text Example
Text Example
White with #D83845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83845; }
p { color: rgb(216,56,69); }
H1.HeaderClassName
{
color: #D83845;
}
.AnyTagClassName
{
color: #D83845;
}
</style>
background-color css
<style>
a { background-color: #D83845; }
a { background-color: rgb(216,56,69); }
div.DivClassName
{
background-color: #D83845;
}
.BgClassName
{
background-color: #D83845;
}
</style>
border-color css
<style>
span { border-color: #D83845; }
span { border-color: rgb(216,56,69); }
td.TdClassName
{
border-color: #D83845;
}
.TagClassName
{
border-color: #D83845;
}
</style>