Shades of Brick Red #D83346
Tints of Brick Red #D83346
RGB
CMYK
RGB Variations
Color information
#D83346 (or 0xD83346) is known color: Brick Red. HEX triplet: D8, 33 and 46. RGB value is (216,51,70). Sum of RGB (Red+Green+Blue) = 216+51+70=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D83346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83346 is #27CCB9. Grayscale: #666666. Windows color (decimal): -2608314 or 4600792. OLE color: 4600792.
HSL color Cylindrical-coordinate representation of color #D83346: hue angle of 353.09º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83346 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 70 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.15 |
| HSL | 353.09º | 0.68% | 0.52% | - |
| HSV(B) | 353.09º | 0.76% | 0.85% | - |
| XYZ | 30.61 | 17.41 | 7.54 | - |
| YUV | 102.5 | 109.66 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 70 | 0 | 0.76 | 0.68 | 0.15 | 353.09 | 0.68 | 0.52 |
| Hex | D8 | 33 | 46 | 0 | 4C | 44 | F | 161 | 44 | 34 |
| Octal | 330 | 63 | 106 | 0 | 114 | 104 | 17 | 541 | 104 | 64 |
| Binary | 11011000 | 110011 | 1000110 | 0 | 1001100 | 1000100 | 1111 | 101100001 | 1000100 | 110100 |
Color Harmonies of #D83346
Complementary color
Monochromatic Colors of #D83346
Black with #D83346
Text Example
Text Example
White with #D83346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83346; }
p { color: rgb(216,51,70); }
H1.HeaderClassName
{
color: #D83346;
}
.AnyTagClassName
{
color: #D83346;
}
</style>
background-color css
<style>
a { background-color: #D83346; }
a { background-color: rgb(216,51,70); }
div.DivClassName
{
background-color: #D83346;
}
.BgClassName
{
background-color: #D83346;
}
</style>
border-color css
<style>
span { border-color: #D83346; }
span { border-color: rgb(216,51,70); }
td.TdClassName
{
border-color: #D83346;
}
.TagClassName
{
border-color: #D83346;
}
</style>