Shades of Brick Red #D2334A
Tints of Brick Red #D2334A
RGB
CMYK
RGB Variations
Color information
#D2334A (or 0xD2334A) is known color: Brick Red. HEX triplet: D2, 33 and 4A. RGB value is (210,51,74). Sum of RGB (Red+Green+Blue) = 210+51+74=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2334A is #2DCCB5. Grayscale: #656565. Windows color (decimal): -3001526 or 4862930. OLE color: 4862930.
HSL color Cylindrical-coordinate representation of color #D2334A: hue angle of 351.32º 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 #D2334A is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 74 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.18 |
| HSL | 351.32º | 0.64% | 0.51% | - |
| HSV(B) | 351.32º | 0.76% | 0.82% | - |
| XYZ | 29 | 16.56 | 8.15 | - |
| YUV | 101.16 | 112.68 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 74 | 0 | 0.76 | 0.65 | 0.18 | 351.32 | 0.64 | 0.51 |
| Hex | D2 | 33 | 4A | 0 | 4C | 41 | 12 | 15F | 40 | 33 |
| Octal | 322 | 63 | 112 | 0 | 114 | 101 | 22 | 537 | 100 | 63 |
| Binary | 11010010 | 110011 | 1001010 | 0 | 1001100 | 1000001 | 10010 | 101011111 | 1000000 | 110011 |
Color Harmonies of #D2334A
Complementary color
Monochromatic Colors of #D2334A
Black with #D2334A
Text Example
Text Example
White with #D2334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2334A; }
p { color: rgb(210,51,74); }
H1.HeaderClassName
{
color: #D2334A;
}
.AnyTagClassName
{
color: #D2334A;
}
</style>
background-color css
<style>
a { background-color: #D2334A; }
a { background-color: rgb(210,51,74); }
div.DivClassName
{
background-color: #D2334A;
}
.BgClassName
{
background-color: #D2334A;
}
</style>
border-color css
<style>
span { border-color: #D2334A; }
span { border-color: rgb(210,51,74); }
td.TdClassName
{
border-color: #D2334A;
}
.TagClassName
{
border-color: #D2334A;
}
</style>