Shades of Brick Red #D2374A
Tints of Brick Red #D2374A
RGB
CMYK
RGB Variations
Color information
#D2374A (or 0xD2374A) is known color: Brick Red. HEX triplet: D2, 37 and 4A. RGB value is (210,55,74). Sum of RGB (Red+Green+Blue) = 210+55+74=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2374A is #2DC8B5. Grayscale: #676767. Windows color (decimal): -3000502 or 4863954. OLE color: 4863954.
HSL color Cylindrical-coordinate representation of color #D2374A: hue angle of 352.65º 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 #D2374A is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 74 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.18 |
| HSL | 352.65º | 0.63% | 0.52% | - |
| HSV(B) | 352.65º | 0.74% | 0.82% | - |
| XYZ | 29.18 | 16.93 | 8.21 | - |
| YUV | 103.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 74 | 0 | 0.74 | 0.65 | 0.18 | 352.65 | 0.63 | 0.52 |
| Hex | D2 | 37 | 4A | 0 | 4A | 41 | 12 | 161 | 3F | 34 |
| Octal | 322 | 67 | 112 | 0 | 112 | 101 | 22 | 541 | 77 | 64 |
| Binary | 11010010 | 110111 | 1001010 | 0 | 1001010 | 1000001 | 10010 | 101100001 | 111111 | 110100 |
Color Harmonies of #D2374A
Complementary color
Monochromatic Colors of #D2374A
Black with #D2374A
Text Example
Text Example
White with #D2374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2374A; }
p { color: rgb(210,55,74); }
H1.HeaderClassName
{
color: #D2374A;
}
.AnyTagClassName
{
color: #D2374A;
}
</style>
background-color css
<style>
a { background-color: #D2374A; }
a { background-color: rgb(210,55,74); }
div.DivClassName
{
background-color: #D2374A;
}
.BgClassName
{
background-color: #D2374A;
}
</style>
border-color css
<style>
span { border-color: #D2374A; }
span { border-color: rgb(210,55,74); }
td.TdClassName
{
border-color: #D2374A;
}
.TagClassName
{
border-color: #D2374A;
}
</style>