Shades of Brick Red #D2243E
Tints of Brick Red #D2243E
RGB
CMYK
RGB Variations
Color information
#D2243E (or 0xD2243E) is known color: Brick Red. HEX triplet: D2, 24 and 3E. RGB value is (210,36,62). Sum of RGB (Red+Green+Blue) = 210+36+62=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2243E is #2DDBC1. Grayscale: #5B5B5B. Windows color (decimal): -3005378 or 4072658. OLE color: 4072658.
HSL color Cylindrical-coordinate representation of color #D2243E: hue angle of 351.03º 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 #D2243E is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 62 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.18 |
| HSL | 351.03º | 0.71% | 0.48% | - |
| HSV(B) | 351.03º | 0.83% | 0.82% | - |
| XYZ | 28.08 | 15.31 | 6.03 | - |
| YUV | 90.99 | 111.65 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 62 | 0 | 0.83 | 0.70 | 0.18 | 351.03 | 0.71 | 0.48 |
| Hex | D2 | 24 | 3E | 0 | 53 | 46 | 12 | 15F | 47 | 30 |
| Octal | 322 | 44 | 76 | 0 | 123 | 106 | 22 | 537 | 107 | 60 |
| Binary | 11010010 | 100100 | 111110 | 0 | 1010011 | 1000110 | 10010 | 101011111 | 1000111 | 110000 |
Color Harmonies of #D2243E
Complementary color
Monochromatic Colors of #D2243E
Black with #D2243E
Text Example
Text Example
White with #D2243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2243E; }
p { color: rgb(210,36,62); }
H1.HeaderClassName
{
color: #D2243E;
}
.AnyTagClassName
{
color: #D2243E;
}
</style>
background-color css
<style>
a { background-color: #D2243E; }
a { background-color: rgb(210,36,62); }
div.DivClassName
{
background-color: #D2243E;
}
.BgClassName
{
background-color: #D2243E;
}
</style>
border-color css
<style>
span { border-color: #D2243E; }
span { border-color: rgb(210,36,62); }
td.TdClassName
{
border-color: #D2243E;
}
.TagClassName
{
border-color: #D2243E;
}
</style>