Shades of Brick Red #D2243F
Tints of Brick Red #D2243F
RGB
CMYK
RGB Variations
Color information
#D2243F (or 0xD2243F) is known color: Brick Red. HEX triplet: D2, 24 and 3F. RGB value is (210,36,63). Sum of RGB (Red+Green+Blue) = 210+36+63=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2243F is #2DDBC0. Grayscale: #5B5B5B. Windows color (decimal): -3005377 or 4138194. OLE color: 4138194.
HSL color Cylindrical-coordinate representation of color #D2243F: hue angle of 350.69º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2243F is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 63 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.18 |
| HSL | 350.69º | 0.71% | 0.48% | - |
| HSV(B) | 350.69º | 0.83% | 0.82% | - |
| XYZ | 28.11 | 15.32 | 6.18 | - |
| YUV | 91.1 | 112.15 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 63 | 0 | 0.83 | 0.70 | 0.18 | 350.69 | 0.71 | 0.48 |
| Hex | D2 | 24 | 3F | 0 | 53 | 46 | 12 | 15F | 47 | 30 |
| Octal | 322 | 44 | 77 | 0 | 123 | 106 | 22 | 537 | 107 | 60 |
| Binary | 11010010 | 100100 | 111111 | 0 | 1010011 | 1000110 | 10010 | 101011111 | 1000111 | 110000 |
Color Harmonies of #D2243F
Complementary color
Monochromatic Colors of #D2243F
Black with #D2243F
Text Example
Text Example
White with #D2243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2243F; }
p { color: rgb(210,36,63); }
H1.HeaderClassName
{
color: #D2243F;
}
.AnyTagClassName
{
color: #D2243F;
}
</style>
background-color css
<style>
a { background-color: #D2243F; }
a { background-color: rgb(210,36,63); }
div.DivClassName
{
background-color: #D2243F;
}
.BgClassName
{
background-color: #D2243F;
}
</style>
border-color css
<style>
span { border-color: #D2243F; }
span { border-color: rgb(210,36,63); }
td.TdClassName
{
border-color: #D2243F;
}
.TagClassName
{
border-color: #D2243F;
}
</style>