Shades of Brick Red #D33746
Tints of Brick Red #D33746
RGB
CMYK
RGB Variations
Color information
#D33746 (or 0xD33746) is known color: Brick Red. HEX triplet: D3, 37 and 46. RGB value is (211,55,70). Sum of RGB (Red+Green+Blue) = 211+55+70=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D33746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33746 is #2CC8B9. Grayscale: #676767. Windows color (decimal): -2934970 or 4601811. OLE color: 4601811.
HSL color Cylindrical-coordinate representation of color #D33746: hue angle of 354.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33746 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 70 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.17 |
| HSL | 354.23º | 0.64% | 0.52% | - |
| HSV(B) | 354.23º | 0.74% | 0.83% | - |
| XYZ | 29.34 | 17.02 | 7.53 | - |
| YUV | 103.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 70 | 0 | 0.74 | 0.67 | 0.17 | 354.23 | 0.64 | 0.52 |
| Hex | D3 | 37 | 46 | 0 | 4A | 43 | 11 | 162 | 40 | 34 |
| Octal | 323 | 67 | 106 | 0 | 112 | 103 | 21 | 542 | 100 | 64 |
| Binary | 11010011 | 110111 | 1000110 | 0 | 1001010 | 1000011 | 10001 | 101100010 | 1000000 | 110100 |
Color Harmonies of #D33746
Complementary color
Monochromatic Colors of #D33746
Black with #D33746
Text Example
Text Example
White with #D33746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33746; }
p { color: rgb(211,55,70); }
H1.HeaderClassName
{
color: #D33746;
}
.AnyTagClassName
{
color: #D33746;
}
</style>
background-color css
<style>
a { background-color: #D33746; }
a { background-color: rgb(211,55,70); }
div.DivClassName
{
background-color: #D33746;
}
.BgClassName
{
background-color: #D33746;
}
</style>
border-color css
<style>
span { border-color: #D33746; }
span { border-color: rgb(211,55,70); }
td.TdClassName
{
border-color: #D33746;
}
.TagClassName
{
border-color: #D33746;
}
</style>