Shades of Brick Red #D33C49
Tints of Brick Red #D33C49
RGB
CMYK
RGB Variations
Color information
#D33C49 (or 0xD33C49) is known color: Brick Red. HEX triplet: D3, 3C and 49. RGB value is (211,60,73). Sum of RGB (Red+Green+Blue) = 211+60+73=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33C49 is #2CC3B6. Grayscale: #6A6A6A. Windows color (decimal): -2933687 or 4799699. OLE color: 4799699.
HSL color Cylindrical-coordinate representation of color #D33C49: hue angle of 354.83º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33C49 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 73 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.17 |
| HSL | 354.83º | 0.63% | 0.53% | - |
| HSV(B) | 354.83º | 0.72% | 0.83% | - |
| XYZ | 29.68 | 17.56 | 8.13 | - |
| YUV | 106.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 73 | 0 | 0.72 | 0.65 | 0.17 | 354.83 | 0.63 | 0.53 |
| Hex | D3 | 3C | 49 | 0 | 48 | 41 | 11 | 163 | 3F | 35 |
| Octal | 323 | 74 | 111 | 0 | 110 | 101 | 21 | 543 | 77 | 65 |
| Binary | 11010011 | 111100 | 1001001 | 0 | 1001000 | 1000001 | 10001 | 101100011 | 111111 | 110101 |
Color Harmonies of #D33C49
Complementary color
Monochromatic Colors of #D33C49
Black with #D33C49
Text Example
Text Example
White with #D33C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C49; }
p { color: rgb(211,60,73); }
H1.HeaderClassName
{
color: #D33C49;
}
.AnyTagClassName
{
color: #D33C49;
}
</style>
background-color css
<style>
a { background-color: #D33C49; }
a { background-color: rgb(211,60,73); }
div.DivClassName
{
background-color: #D33C49;
}
.BgClassName
{
background-color: #D33C49;
}
</style>
border-color css
<style>
span { border-color: #D33C49; }
span { border-color: rgb(211,60,73); }
td.TdClassName
{
border-color: #D33C49;
}
.TagClassName
{
border-color: #D33C49;
}
</style>