Shades of Brick Red #D3354C
Tints of Brick Red #D3354C
RGB
CMYK
RGB Variations
Color information
#D3354C (or 0xD3354C) is known color: Brick Red. HEX triplet: D3, 35 and 4C. RGB value is (211,53,76). Sum of RGB (Red+Green+Blue) = 211+53+76=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D3354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3354C is #2CCAB3. Grayscale: #666666. Windows color (decimal): -2935476 or 4994515. OLE color: 4994515.
HSL color Cylindrical-coordinate representation of color #D3354C: hue angle of 351.27º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3354C is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 76 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.17 |
| HSL | 351.27º | 0.64% | 0.52% | - |
| HSV(B) | 351.27º | 0.75% | 0.83% | - |
| XYZ | 29.44 | 16.92 | 8.55 | - |
| YUV | 102.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 76 | 0 | 0.75 | 0.64 | 0.17 | 351.27 | 0.64 | 0.52 |
| Hex | D3 | 35 | 4C | 0 | 4B | 40 | 11 | 15F | 40 | 34 |
| Octal | 323 | 65 | 114 | 0 | 113 | 100 | 21 | 537 | 100 | 64 |
| Binary | 11010011 | 110101 | 1001100 | 0 | 1001011 | 1000000 | 10001 | 101011111 | 1000000 | 110100 |
Color Harmonies of #D3354C
Complementary color
Monochromatic Colors of #D3354C
Black with #D3354C
Text Example
Text Example
White with #D3354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3354C; }
p { color: rgb(211,53,76); }
H1.HeaderClassName
{
color: #D3354C;
}
.AnyTagClassName
{
color: #D3354C;
}
</style>
background-color css
<style>
a { background-color: #D3354C; }
a { background-color: rgb(211,53,76); }
div.DivClassName
{
background-color: #D3354C;
}
.BgClassName
{
background-color: #D3354C;
}
</style>
border-color css
<style>
span { border-color: #D3354C; }
span { border-color: rgb(211,53,76); }
td.TdClassName
{
border-color: #D3354C;
}
.TagClassName
{
border-color: #D3354C;
}
</style>