Shades of Brick Red #D1244D
Tints of Brick Red #D1244D
RGB
CMYK
RGB Variations
Color information
#D1244D (or 0xD1244D) is known color: Brick Red. HEX triplet: D1, 24 and 4D. RGB value is (209,36,77). Sum of RGB (Red+Green+Blue) = 209+36+77=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1244D is #2EDBB2. Grayscale: #5C5C5C. Windows color (decimal): -3070899 or 5055697. OLE color: 5055697.
HSL color Cylindrical-coordinate representation of color #D1244D: hue angle of 345.78º 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 #D1244D is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 77 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.18 |
| HSL | 345.78º | 0.71% | 0.48% | - |
| HSV(B) | 345.78º | 0.83% | 0.82% | - |
| XYZ | 28.26 | 15.35 | 8.49 | - |
| YUV | 92.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 77 | 0 | 0.83 | 0.63 | 0.18 | 345.78 | 0.71 | 0.48 |
| Hex | D1 | 24 | 4D | 0 | 53 | 3F | 12 | 15A | 47 | 30 |
| Octal | 321 | 44 | 115 | 0 | 123 | 77 | 22 | 532 | 107 | 60 |
| Binary | 11010001 | 100100 | 1001101 | 0 | 1010011 | 111111 | 10010 | 101011010 | 1000111 | 110000 |
Color Harmonies of #D1244D
Complementary color
Monochromatic Colors of #D1244D
Black with #D1244D
Text Example
Text Example
White with #D1244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1244D; }
p { color: rgb(209,36,77); }
H1.HeaderClassName
{
color: #D1244D;
}
.AnyTagClassName
{
color: #D1244D;
}
</style>
background-color css
<style>
a { background-color: #D1244D; }
a { background-color: rgb(209,36,77); }
div.DivClassName
{
background-color: #D1244D;
}
.BgClassName
{
background-color: #D1244D;
}
</style>
border-color css
<style>
span { border-color: #D1244D; }
span { border-color: rgb(209,36,77); }
td.TdClassName
{
border-color: #D1244D;
}
.TagClassName
{
border-color: #D1244D;
}
</style>