Shades of Brick Red #D2244A
Tints of Brick Red #D2244A
RGB
CMYK
RGB Variations
Color information
#D2244A (or 0xD2244A) is known color: Brick Red. HEX triplet: D2, 24 and 4A. RGB value is (210,36,74). Sum of RGB (Red+Green+Blue) = 210+36+74=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2244A is #2DDBB5. Grayscale: #5C5C5C. Windows color (decimal): -3005366 or 4859090. OLE color: 4859090.
HSL color Cylindrical-coordinate representation of color #D2244A: hue angle of 346.9º 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 #D2244A is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 74 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.18 |
| HSL | 346.9º | 0.71% | 0.48% | - |
| HSV(B) | 346.9º | 0.83% | 0.82% | - |
| XYZ | 28.45 | 15.46 | 7.96 | - |
| YUV | 92.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 74 | 0 | 0.83 | 0.65 | 0.18 | 346.9 | 0.71 | 0.48 |
| Hex | D2 | 24 | 4A | 0 | 53 | 41 | 12 | 15B | 47 | 30 |
| Octal | 322 | 44 | 112 | 0 | 123 | 101 | 22 | 533 | 107 | 60 |
| Binary | 11010010 | 100100 | 1001010 | 0 | 1010011 | 1000001 | 10010 | 101011011 | 1000111 | 110000 |
Color Harmonies of #D2244A
Complementary color
Monochromatic Colors of #D2244A
Black with #D2244A
Text Example
Text Example
White with #D2244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2244A; }
p { color: rgb(210,36,74); }
H1.HeaderClassName
{
color: #D2244A;
}
.AnyTagClassName
{
color: #D2244A;
}
</style>
background-color css
<style>
a { background-color: #D2244A; }
a { background-color: rgb(210,36,74); }
div.DivClassName
{
background-color: #D2244A;
}
.BgClassName
{
background-color: #D2244A;
}
</style>
border-color css
<style>
span { border-color: #D2244A; }
span { border-color: rgb(210,36,74); }
td.TdClassName
{
border-color: #D2244A;
}
.TagClassName
{
border-color: #D2244A;
}
</style>