Shades of Brick Red #D33644
Tints of Brick Red #D33644
RGB
CMYK
RGB Variations
Color information
#D33644 (or 0xD33644) is known color: Brick Red. HEX triplet: D3, 36 and 44. RGB value is (211,54,68). Sum of RGB (Red+Green+Blue) = 211+54+68=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D33644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33644 is #2CC9BB. Grayscale: #666666. Windows color (decimal): -2935228 or 4470483. OLE color: 4470483.
HSL color Cylindrical-coordinate representation of color #D33644: hue angle of 354.65º 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 #D33644 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 68 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.17 |
| HSL | 354.65º | 0.64% | 0.52% | - |
| HSV(B) | 354.65º | 0.74% | 0.83% | - |
| XYZ | 29.23 | 16.9 | 7.19 | - |
| YUV | 102.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 68 | 0 | 0.74 | 0.68 | 0.17 | 354.65 | 0.64 | 0.52 |
| Hex | D3 | 36 | 44 | 0 | 4A | 44 | 11 | 163 | 40 | 34 |
| Octal | 323 | 66 | 104 | 0 | 112 | 104 | 21 | 543 | 100 | 64 |
| Binary | 11010011 | 110110 | 1000100 | 0 | 1001010 | 1000100 | 10001 | 101100011 | 1000000 | 110100 |
Color Harmonies of #D33644
Complementary color
Monochromatic Colors of #D33644
Black with #D33644
Text Example
Text Example
White with #D33644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33644; }
p { color: rgb(211,54,68); }
H1.HeaderClassName
{
color: #D33644;
}
.AnyTagClassName
{
color: #D33644;
}
</style>
background-color css
<style>
a { background-color: #D33644; }
a { background-color: rgb(211,54,68); }
div.DivClassName
{
background-color: #D33644;
}
.BgClassName
{
background-color: #D33644;
}
</style>
border-color css
<style>
span { border-color: #D33644; }
span { border-color: rgb(211,54,68); }
td.TdClassName
{
border-color: #D33644;
}
.TagClassName
{
border-color: #D33644;
}
</style>