Shades of Brick Red #D33647
Tints of Brick Red #D33647
RGB
CMYK
RGB Variations
Color information
#D33647 (or 0xD33647) is known color: Brick Red. HEX triplet: D3, 36 and 47. RGB value is (211,54,71). Sum of RGB (Red+Green+Blue) = 211+54+71=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D33647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33647 is #2CC9B8. Grayscale: #666666. Windows color (decimal): -2935225 or 4667091. OLE color: 4667091.
HSL color Cylindrical-coordinate representation of color #D33647: hue angle of 353.5º 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 #D33647 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 71 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.17 |
| HSL | 353.5º | 0.64% | 0.52% | - |
| HSV(B) | 353.5º | 0.74% | 0.83% | - |
| XYZ | 29.32 | 16.94 | 7.69 | - |
| YUV | 102.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 71 | 0 | 0.74 | 0.66 | 0.17 | 353.5 | 0.64 | 0.52 |
| Hex | D3 | 36 | 47 | 0 | 4A | 42 | 11 | 162 | 40 | 34 |
| Octal | 323 | 66 | 107 | 0 | 112 | 102 | 21 | 542 | 100 | 64 |
| Binary | 11010011 | 110110 | 1000111 | 0 | 1001010 | 1000010 | 10001 | 101100010 | 1000000 | 110100 |
Color Harmonies of #D33647
Complementary color
Monochromatic Colors of #D33647
Black with #D33647
Text Example
Text Example
White with #D33647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33647; }
p { color: rgb(211,54,71); }
H1.HeaderClassName
{
color: #D33647;
}
.AnyTagClassName
{
color: #D33647;
}
</style>
background-color css
<style>
a { background-color: #D33647; }
a { background-color: rgb(211,54,71); }
div.DivClassName
{
background-color: #D33647;
}
.BgClassName
{
background-color: #D33647;
}
</style>
border-color css
<style>
span { border-color: #D33647; }
span { border-color: rgb(211,54,71); }
td.TdClassName
{
border-color: #D33647;
}
.TagClassName
{
border-color: #D33647;
}
</style>