Shades of Brick Red #D2323F
Tints of Brick Red #D2323F
RGB
CMYK
RGB Variations
Color information
#D2323F (or 0xD2323F) is known color: Brick Red. HEX triplet: D2, 32 and 3F. RGB value is (210,50,63). Sum of RGB (Red+Green+Blue) = 210+50+63=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2323F is #2DCDC0. Grayscale: #636363. Windows color (decimal): -3001793 or 4141778. OLE color: 4141778.
HSL color Cylindrical-coordinate representation of color #D2323F: hue angle of 355.12º 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 #D2323F is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 63 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.18 |
| HSL | 355.13º | 0.64% | 0.51% | - |
| HSV(B) | 355.13º | 0.76% | 0.82% | - |
| XYZ | 28.62 | 16.34 | 6.35 | - |
| YUV | 99.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 63 | 0 | 0.76 | 0.70 | 0.18 | 355.13 | 0.64 | 0.51 |
| Hex | D2 | 32 | 3F | 0 | 4C | 46 | 12 | 163 | 40 | 33 |
| Octal | 322 | 62 | 77 | 0 | 114 | 106 | 22 | 543 | 100 | 63 |
| Binary | 11010010 | 110010 | 111111 | 0 | 1001100 | 1000110 | 10010 | 101100011 | 1000000 | 110011 |
Color Harmonies of #D2323F
Complementary color
Monochromatic Colors of #D2323F
Black with #D2323F
Text Example
Text Example
White with #D2323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2323F; }
p { color: rgb(210,50,63); }
H1.HeaderClassName
{
color: #D2323F;
}
.AnyTagClassName
{
color: #D2323F;
}
</style>
background-color css
<style>
a { background-color: #D2323F; }
a { background-color: rgb(210,50,63); }
div.DivClassName
{
background-color: #D2323F;
}
.BgClassName
{
background-color: #D2323F;
}
</style>
border-color css
<style>
span { border-color: #D2323F; }
span { border-color: rgb(210,50,63); }
td.TdClassName
{
border-color: #D2323F;
}
.TagClassName
{
border-color: #D2323F;
}
</style>