Shades of Brick Red #D3334C
Tints of Brick Red #D3334C
RGB
CMYK
RGB Variations
Color information
#D3334C (or 0xD3334C) is known color: Brick Red. HEX triplet: D3, 33 and 4C. RGB value is (211,51,76). Sum of RGB (Red+Green+Blue) = 211+51+76=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3334C is #2CCCB3. Grayscale: #656565. Windows color (decimal): -2935988 or 4994003. OLE color: 4994003.
HSL color Cylindrical-coordinate representation of color #D3334C: hue angle of 350.62º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3334C is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 51 | 76 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.17 |
| HSL | 350.63º | 0.65% | 0.51% | - |
| HSV(B) | 350.63º | 0.76% | 0.83% | - |
| XYZ | 29.35 | 16.74 | 8.52 | - |
| YUV | 101.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 76 | 0 | 0.76 | 0.64 | 0.17 | 350.63 | 0.65 | 0.51 |
| Hex | D3 | 33 | 4C | 0 | 4C | 40 | 11 | 15F | 41 | 33 |
| Octal | 323 | 63 | 114 | 0 | 114 | 100 | 21 | 537 | 101 | 63 |
| Binary | 11010011 | 110011 | 1001100 | 0 | 1001100 | 1000000 | 10001 | 101011111 | 1000001 | 110011 |
Color Harmonies of #D3334C
Complementary color
Monochromatic Colors of #D3334C
Black with #D3334C
Text Example
Text Example
White with #D3334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3334C; }
p { color: rgb(211,51,76); }
H1.HeaderClassName
{
color: #D3334C;
}
.AnyTagClassName
{
color: #D3334C;
}
</style>
background-color css
<style>
a { background-color: #D3334C; }
a { background-color: rgb(211,51,76); }
div.DivClassName
{
background-color: #D3334C;
}
.BgClassName
{
background-color: #D3334C;
}
</style>
border-color css
<style>
span { border-color: #D3334C; }
span { border-color: rgb(211,51,76); }
td.TdClassName
{
border-color: #D3334C;
}
.TagClassName
{
border-color: #D3334C;
}
</style>