Shades of Brick Red #D33850
Tints of Brick Red #D33850
RGB
CMYK
RGB Variations
Color information
#D33850 (or 0xD33850) is known color: Brick Red. HEX triplet: D3, 38 and 50. RGB value is (211,56,80). Sum of RGB (Red+Green+Blue) = 211+56+80=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D33850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33850 is #2CC7AF. Grayscale: #696969. Windows color (decimal): -2934704 or 5257427. OLE color: 5257427.
HSL color Cylindrical-coordinate representation of color #D33850: hue angle of 350.71º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33850 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 80 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.17 |
| HSL | 350.71º | 0.64% | 0.52% | - |
| HSV(B) | 350.71º | 0.73% | 0.83% | - |
| XYZ | 29.73 | 17.26 | 9.35 | - |
| YUV | 105.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 80 | 0 | 0.73 | 0.62 | 0.17 | 350.71 | 0.64 | 0.52 |
| Hex | D3 | 38 | 50 | 0 | 49 | 3E | 11 | 15F | 40 | 34 |
| Octal | 323 | 70 | 120 | 0 | 111 | 76 | 21 | 537 | 100 | 64 |
| Binary | 11010011 | 111000 | 1010000 | 0 | 1001001 | 111110 | 10001 | 101011111 | 1000000 | 110100 |
Color Harmonies of #D33850
Complementary color
Monochromatic Colors of #D33850
Black with #D33850
Text Example
Text Example
White with #D33850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33850; }
p { color: rgb(211,56,80); }
H1.HeaderClassName
{
color: #D33850;
}
.AnyTagClassName
{
color: #D33850;
}
</style>
background-color css
<style>
a { background-color: #D33850; }
a { background-color: rgb(211,56,80); }
div.DivClassName
{
background-color: #D33850;
}
.BgClassName
{
background-color: #D33850;
}
</style>
border-color css
<style>
span { border-color: #D33850; }
span { border-color: rgb(211,56,80); }
td.TdClassName
{
border-color: #D33850;
}
.TagClassName
{
border-color: #D33850;
}
</style>