Shades of Brick Red #D1374A
Tints of Brick Red #D1374A
RGB
CMYK
RGB Variations
Color information
#D1374A (or 0xD1374A) is known color: Brick Red. HEX triplet: D1, 37 and 4A. RGB value is (209,55,74). Sum of RGB (Red+Green+Blue) = 209+55+74=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1374A is #2EC8B5. Grayscale: #676767. Windows color (decimal): -3066038 or 4863953. OLE color: 4863953.
HSL color Cylindrical-coordinate representation of color #D1374A: hue angle of 352.6º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1374A is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 74 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.18 |
| HSL | 352.6º | 0.63% | 0.52% | - |
| HSV(B) | 352.6º | 0.74% | 0.82% | - |
| XYZ | 28.9 | 16.78 | 8.19 | - |
| YUV | 103.21 | 111.52 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 74 | 0 | 0.74 | 0.65 | 0.18 | 352.6 | 0.63 | 0.52 |
| Hex | D1 | 37 | 4A | 0 | 4A | 41 | 12 | 161 | 3F | 34 |
| Octal | 321 | 67 | 112 | 0 | 112 | 101 | 22 | 541 | 77 | 64 |
| Binary | 11010001 | 110111 | 1001010 | 0 | 1001010 | 1000001 | 10010 | 101100001 | 111111 | 110100 |
Color Harmonies of #D1374A
Complementary color
Monochromatic Colors of #D1374A
Black with #D1374A
Text Example
Text Example
White with #D1374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1374A; }
p { color: rgb(209,55,74); }
H1.HeaderClassName
{
color: #D1374A;
}
.AnyTagClassName
{
color: #D1374A;
}
</style>
background-color css
<style>
a { background-color: #D1374A; }
a { background-color: rgb(209,55,74); }
div.DivClassName
{
background-color: #D1374A;
}
.BgClassName
{
background-color: #D1374A;
}
</style>
border-color css
<style>
span { border-color: #D1374A; }
span { border-color: rgb(209,55,74); }
td.TdClassName
{
border-color: #D1374A;
}
.TagClassName
{
border-color: #D1374A;
}
</style>