Shades of Brick Red #D33544
Tints of Brick Red #D33544
RGB
CMYK
RGB Variations
Color information
#D33544 (or 0xD33544) is known color: Brick Red. HEX triplet: D3, 35 and 44. RGB value is (211,53,68). Sum of RGB (Red+Green+Blue) = 211+53+68=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D33544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33544 is #2CCABB. Grayscale: #666666. Windows color (decimal): -2935484 or 4470227. OLE color: 4470227.
HSL color Cylindrical-coordinate representation of color #D33544: hue angle of 354.3º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33544 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 68 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.17 |
| HSL | 354.3º | 0.64% | 0.52% | - |
| HSV(B) | 354.3º | 0.75% | 0.83% | - |
| XYZ | 29.18 | 16.81 | 7.18 | - |
| YUV | 101.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 68 | 0 | 0.75 | 0.68 | 0.17 | 354.3 | 0.64 | 0.52 |
| Hex | D3 | 35 | 44 | 0 | 4B | 44 | 11 | 162 | 40 | 34 |
| Octal | 323 | 65 | 104 | 0 | 113 | 104 | 21 | 542 | 100 | 64 |
| Binary | 11010011 | 110101 | 1000100 | 0 | 1001011 | 1000100 | 10001 | 101100010 | 1000000 | 110100 |
Color Harmonies of #D33544
Complementary color
Monochromatic Colors of #D33544
Black with #D33544
Text Example
Text Example
White with #D33544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33544; }
p { color: rgb(211,53,68); }
H1.HeaderClassName
{
color: #D33544;
}
.AnyTagClassName
{
color: #D33544;
}
</style>
background-color css
<style>
a { background-color: #D33544; }
a { background-color: rgb(211,53,68); }
div.DivClassName
{
background-color: #D33544;
}
.BgClassName
{
background-color: #D33544;
}
</style>
border-color css
<style>
span { border-color: #D33544; }
span { border-color: rgb(211,53,68); }
td.TdClassName
{
border-color: #D33544;
}
.TagClassName
{
border-color: #D33544;
}
</style>