Shades of Brick Red #D33140
Tints of Brick Red #D33140
RGB
CMYK
RGB Variations
Color information
#D33140 (or 0xD33140) is known color: Brick Red. HEX triplet: D3, 31 and 40. RGB value is (211,49,64). Sum of RGB (Red+Green+Blue) = 211+49+64=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D33140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33140 is #2CCEBF. Grayscale: #636363. Windows color (decimal): -2936512 or 4207059. OLE color: 4207059.
HSL color Cylindrical-coordinate representation of color #D33140: hue angle of 354.44º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33140 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 64 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.17 |
| HSL | 354.44º | 0.65% | 0.51% | - |
| HSV(B) | 354.44º | 0.77% | 0.83% | - |
| XYZ | 28.89 | 16.42 | 6.5 | - |
| YUV | 99.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 64 | 0 | 0.77 | 0.70 | 0.17 | 354.44 | 0.65 | 0.51 |
| Hex | D3 | 31 | 40 | 0 | 4D | 46 | 11 | 162 | 41 | 33 |
| Octal | 323 | 61 | 100 | 0 | 115 | 106 | 21 | 542 | 101 | 63 |
| Binary | 11010011 | 110001 | 1000000 | 0 | 1001101 | 1000110 | 10001 | 101100010 | 1000001 | 110011 |
Color Harmonies of #D33140
Complementary color
Monochromatic Colors of #D33140
Black with #D33140
Text Example
Text Example
White with #D33140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33140; }
p { color: rgb(211,49,64); }
H1.HeaderClassName
{
color: #D33140;
}
.AnyTagClassName
{
color: #D33140;
}
</style>
background-color css
<style>
a { background-color: #D33140; }
a { background-color: rgb(211,49,64); }
div.DivClassName
{
background-color: #D33140;
}
.BgClassName
{
background-color: #D33140;
}
</style>
border-color css
<style>
span { border-color: #D33140; }
span { border-color: rgb(211,49,64); }
td.TdClassName
{
border-color: #D33140;
}
.TagClassName
{
border-color: #D33140;
}
</style>