Shades of Brick Red #D83446
Tints of Brick Red #D83446
RGB
CMYK
RGB Variations
Color information
#D83446 (or 0xD83446) is known color: Brick Red. HEX triplet: D8, 34 and 46. RGB value is (216,52,70). Sum of RGB (Red+Green+Blue) = 216+52+70=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D83446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83446 is #27CBB9. Grayscale: #676767. Windows color (decimal): -2608058 or 4601048. OLE color: 4601048.
HSL color Cylindrical-coordinate representation of color #D83446: hue angle of 353.41º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83446 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 70 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.15 |
| HSL | 353.41º | 0.68% | 0.53% | - |
| HSV(B) | 353.41º | 0.76% | 0.85% | - |
| XYZ | 30.65 | 17.5 | 7.56 | - |
| YUV | 103.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 70 | 0 | 0.76 | 0.68 | 0.15 | 353.41 | 0.68 | 0.53 |
| Hex | D8 | 34 | 46 | 0 | 4C | 44 | F | 161 | 44 | 35 |
| Octal | 330 | 64 | 106 | 0 | 114 | 104 | 17 | 541 | 104 | 65 |
| Binary | 11011000 | 110100 | 1000110 | 0 | 1001100 | 1000100 | 1111 | 101100001 | 1000100 | 110101 |
Color Harmonies of #D83446
Complementary color
Monochromatic Colors of #D83446
Black with #D83446
Text Example
Text Example
White with #D83446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83446; }
p { color: rgb(216,52,70); }
H1.HeaderClassName
{
color: #D83446;
}
.AnyTagClassName
{
color: #D83446;
}
</style>
background-color css
<style>
a { background-color: #D83446; }
a { background-color: rgb(216,52,70); }
div.DivClassName
{
background-color: #D83446;
}
.BgClassName
{
background-color: #D83446;
}
</style>
border-color css
<style>
span { border-color: #D83446; }
span { border-color: rgb(216,52,70); }
td.TdClassName
{
border-color: #D83446;
}
.TagClassName
{
border-color: #D83446;
}
</style>