Shades of Brick Red #D2334F
Tints of Brick Red #D2334F
RGB
CMYK
RGB Variations
Color information
#D2334F (or 0xD2334F) is known color: Brick Red. HEX triplet: D2, 33 and 4F. RGB value is (210,51,79). Sum of RGB (Red+Green+Blue) = 210+51+79=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2334F is #2DCCB0. Grayscale: #656565. Windows color (decimal): -3001521 or 5190610. OLE color: 5190610.
HSL color Cylindrical-coordinate representation of color #D2334F: hue angle of 349.43º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2334F is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 79 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.18 |
| HSL | 349.43º | 0.64% | 0.51% | - |
| HSV(B) | 349.43º | 0.76% | 0.82% | - |
| XYZ | 29.17 | 16.63 | 9.07 | - |
| YUV | 101.73 | 115.18 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 79 | 0 | 0.76 | 0.62 | 0.18 | 349.43 | 0.64 | 0.51 |
| Hex | D2 | 33 | 4F | 0 | 4C | 3E | 12 | 15D | 40 | 33 |
| Octal | 322 | 63 | 117 | 0 | 114 | 76 | 22 | 535 | 100 | 63 |
| Binary | 11010010 | 110011 | 1001111 | 0 | 1001100 | 111110 | 10010 | 101011101 | 1000000 | 110011 |
Color Harmonies of #D2334F
Complementary color
Monochromatic Colors of #D2334F
Black with #D2334F
Text Example
Text Example
White with #D2334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2334F; }
p { color: rgb(210,51,79); }
H1.HeaderClassName
{
color: #D2334F;
}
.AnyTagClassName
{
color: #D2334F;
}
</style>
background-color css
<style>
a { background-color: #D2334F; }
a { background-color: rgb(210,51,79); }
div.DivClassName
{
background-color: #D2334F;
}
.BgClassName
{
background-color: #D2334F;
}
</style>
border-color css
<style>
span { border-color: #D2334F; }
span { border-color: rgb(210,51,79); }
td.TdClassName
{
border-color: #D2334F;
}
.TagClassName
{
border-color: #D2334F;
}
</style>