Shades of Brick Red #D33846
Tints of Brick Red #D33846
RGB
CMYK
RGB Variations
Color information
#D33846 (or 0xD33846) is known color: Brick Red. HEX triplet: D3, 38 and 46. RGB value is (211,56,70). Sum of RGB (Red+Green+Blue) = 211+56+70=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D33846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33846 is #2CC7B9. Grayscale: #686868. Windows color (decimal): -2934714 or 4602067. OLE color: 4602067.
HSL color Cylindrical-coordinate representation of color #D33846: hue angle of 354.58º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33846 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 70 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.17 |
| HSL | 354.58º | 0.64% | 0.52% | - |
| HSV(B) | 354.58º | 0.73% | 0.83% | - |
| XYZ | 29.38 | 17.12 | 7.55 | - |
| YUV | 103.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 70 | 0 | 0.73 | 0.67 | 0.17 | 354.58 | 0.64 | 0.52 |
| Hex | D3 | 38 | 46 | 0 | 49 | 43 | 11 | 163 | 40 | 34 |
| Octal | 323 | 70 | 106 | 0 | 111 | 103 | 21 | 543 | 100 | 64 |
| Binary | 11010011 | 111000 | 1000110 | 0 | 1001001 | 1000011 | 10001 | 101100011 | 1000000 | 110100 |
Color Harmonies of #D33846
Complementary color
Monochromatic Colors of #D33846
Black with #D33846
Text Example
Text Example
White with #D33846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33846; }
p { color: rgb(211,56,70); }
H1.HeaderClassName
{
color: #D33846;
}
.AnyTagClassName
{
color: #D33846;
}
</style>
background-color css
<style>
a { background-color: #D33846; }
a { background-color: rgb(211,56,70); }
div.DivClassName
{
background-color: #D33846;
}
.BgClassName
{
background-color: #D33846;
}
</style>
border-color css
<style>
span { border-color: #D33846; }
span { border-color: rgb(211,56,70); }
td.TdClassName
{
border-color: #D33846;
}
.TagClassName
{
border-color: #D33846;
}
</style>