Shades of Brick Red #D1354A
Tints of Brick Red #D1354A
RGB
CMYK
RGB Variations
Color information
#D1354A (or 0xD1354A) is known color: Brick Red. HEX triplet: D1, 35 and 4A. RGB value is (209,53,74). Sum of RGB (Red+Green+Blue) = 209+53+74=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1354A is #2ECAB5. Grayscale: #666666. Windows color (decimal): -3066550 or 4863441. OLE color: 4863441.
HSL color Cylindrical-coordinate representation of color #D1354A: hue angle of 351.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1354A is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 74 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.18 |
| HSL | 351.92º | 0.63% | 0.51% | - |
| HSV(B) | 351.92º | 0.75% | 0.82% | - |
| XYZ | 28.8 | 16.6 | 8.16 | - |
| YUV | 102.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 74 | 0 | 0.75 | 0.65 | 0.18 | 351.92 | 0.63 | 0.51 |
| Hex | D1 | 35 | 4A | 0 | 4B | 41 | 12 | 160 | 3F | 33 |
| Octal | 321 | 65 | 112 | 0 | 113 | 101 | 22 | 540 | 77 | 63 |
| Binary | 11010001 | 110101 | 1001010 | 0 | 1001011 | 1000001 | 10010 | 101100000 | 111111 | 110011 |
Color Harmonies of #D1354A
Complementary color
Monochromatic Colors of #D1354A
Black with #D1354A
Text Example
Text Example
White with #D1354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1354A; }
p { color: rgb(209,53,74); }
H1.HeaderClassName
{
color: #D1354A;
}
.AnyTagClassName
{
color: #D1354A;
}
</style>
background-color css
<style>
a { background-color: #D1354A; }
a { background-color: rgb(209,53,74); }
div.DivClassName
{
background-color: #D1354A;
}
.BgClassName
{
background-color: #D1354A;
}
</style>
border-color css
<style>
span { border-color: #D1354A; }
span { border-color: rgb(209,53,74); }
td.TdClassName
{
border-color: #D1354A;
}
.TagClassName
{
border-color: #D1354A;
}
</style>