Shades of Brick Red #D2374B
Tints of Brick Red #D2374B
RGB
CMYK
RGB Variations
Color information
#D2374B (or 0xD2374B) is known color: Brick Red. HEX triplet: D2, 37 and 4B. RGB value is (210,55,75). Sum of RGB (Red+Green+Blue) = 210+55+75=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2374B is #2DC8B4. Grayscale: #676767. Windows color (decimal): -3000501 or 4929490. OLE color: 4929490.
HSL color Cylindrical-coordinate representation of color #D2374B: hue angle of 352.26º 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 #D2374B is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 75 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.18 |
| HSL | 352.26º | 0.63% | 0.52% | - |
| HSV(B) | 352.26º | 0.74% | 0.82% | - |
| XYZ | 29.21 | 16.94 | 8.39 | - |
| YUV | 103.63 | 111.85 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 75 | 0 | 0.74 | 0.64 | 0.18 | 352.26 | 0.63 | 0.52 |
| Hex | D2 | 37 | 4B | 0 | 4A | 40 | 12 | 160 | 3F | 34 |
| Octal | 322 | 67 | 113 | 0 | 112 | 100 | 22 | 540 | 77 | 64 |
| Binary | 11010010 | 110111 | 1001011 | 0 | 1001010 | 1000000 | 10010 | 101100000 | 111111 | 110100 |
Color Harmonies of #D2374B
Complementary color
Monochromatic Colors of #D2374B
Black with #D2374B
Text Example
Text Example
White with #D2374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2374B; }
p { color: rgb(210,55,75); }
H1.HeaderClassName
{
color: #D2374B;
}
.AnyTagClassName
{
color: #D2374B;
}
</style>
background-color css
<style>
a { background-color: #D2374B; }
a { background-color: rgb(210,55,75); }
div.DivClassName
{
background-color: #D2374B;
}
.BgClassName
{
background-color: #D2374B;
}
</style>
border-color css
<style>
span { border-color: #D2374B; }
span { border-color: rgb(210,55,75); }
td.TdClassName
{
border-color: #D2374B;
}
.TagClassName
{
border-color: #D2374B;
}
</style>