Shades of Brick Red #D1404A
Tints of Brick Red #D1404A
RGB
CMYK
RGB Variations
Color information
#D1404A (or 0xD1404A) is known color: Brick Red. HEX triplet: D1, 40 and 4A. RGB value is (209,64,74). Sum of RGB (Red+Green+Blue) = 209+64+74=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D1404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1404A is #2EBFB5. Grayscale: #6C6C6C. Windows color (decimal): -3063734 or 4866257. OLE color: 4866257.
HSL color Cylindrical-coordinate representation of color #D1404A: hue angle of 355.86º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1404A is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 74 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.18 |
| HSL | 355.86º | 0.61% | 0.54% | - |
| HSV(B) | 355.86º | 0.69% | 0.82% | - |
| XYZ | 29.36 | 17.72 | 8.35 | - |
| YUV | 108.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 74 | 0 | 0.69 | 0.65 | 0.18 | 355.86 | 0.61 | 0.54 |
| Hex | D1 | 40 | 4A | 0 | 45 | 41 | 12 | 164 | 3D | 36 |
| Octal | 321 | 100 | 112 | 0 | 105 | 101 | 22 | 544 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1001010 | 0 | 1000101 | 1000001 | 10010 | 101100100 | 111101 | 110110 |
Color Harmonies of #D1404A
Complementary color
Monochromatic Colors of #D1404A
Black with #D1404A
Text Example
Text Example
White with #D1404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1404A; }
p { color: rgb(209,64,74); }
H1.HeaderClassName
{
color: #D1404A;
}
.AnyTagClassName
{
color: #D1404A;
}
</style>
background-color css
<style>
a { background-color: #D1404A; }
a { background-color: rgb(209,64,74); }
div.DivClassName
{
background-color: #D1404A;
}
.BgClassName
{
background-color: #D1404A;
}
</style>
border-color css
<style>
span { border-color: #D1404A; }
span { border-color: rgb(209,64,74); }
td.TdClassName
{
border-color: #D1404A;
}
.TagClassName
{
border-color: #D1404A;
}
</style>