Shades of Brick Red #D0374E
Tints of Brick Red #D0374E
RGB
CMYK
RGB Variations
Color information
#D0374E (or 0xD0374E) is known color: Brick Red. HEX triplet: D0, 37 and 4E. RGB value is (208,55,78). Sum of RGB (Red+Green+Blue) = 208+55+78=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0374E is #2FC8B1. Grayscale: #676767. Windows color (decimal): -3131570 or 5126096. OLE color: 5126096.
HSL color Cylindrical-coordinate representation of color #D0374E: hue angle of 350.98º degrees, saturation: 0.62, 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 #D0374E is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 78 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.18 |
| HSL | 350.98º | 0.62% | 0.52% | - |
| HSV(B) | 350.98º | 0.74% | 0.82% | - |
| XYZ | 28.75 | 16.69 | 8.91 | - |
| YUV | 103.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 78 | 0 | 0.74 | 0.62 | 0.18 | 350.98 | 0.62 | 0.52 |
| Hex | D0 | 37 | 4E | 0 | 4A | 3E | 12 | 15F | 3E | 34 |
| Octal | 320 | 67 | 116 | 0 | 112 | 76 | 22 | 537 | 76 | 64 |
| Binary | 11010000 | 110111 | 1001110 | 0 | 1001010 | 111110 | 10010 | 101011111 | 111110 | 110100 |
Color Harmonies of #D0374E
Complementary color
Monochromatic Colors of #D0374E
Black with #D0374E
Text Example
Text Example
White with #D0374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0374E; }
p { color: rgb(208,55,78); }
H1.HeaderClassName
{
color: #D0374E;
}
.AnyTagClassName
{
color: #D0374E;
}
</style>
background-color css
<style>
a { background-color: #D0374E; }
a { background-color: rgb(208,55,78); }
div.DivClassName
{
background-color: #D0374E;
}
.BgClassName
{
background-color: #D0374E;
}
</style>
border-color css
<style>
span { border-color: #D0374E; }
span { border-color: rgb(208,55,78); }
td.TdClassName
{
border-color: #D0374E;
}
.TagClassName
{
border-color: #D0374E;
}
</style>