Shades of Brick Red #D23947
Tints of Brick Red #D23947
RGB
CMYK
RGB Variations
Color information
#D23947 (or 0xD23947) is known color: Brick Red. HEX triplet: D2, 39 and 47. RGB value is (210,57,71). Sum of RGB (Red+Green+Blue) = 210+57+71=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D23947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23947 is #2DC6B8. Grayscale: #686868. Windows color (decimal): -2999993 or 4667858. OLE color: 4667858.
HSL color Cylindrical-coordinate representation of color #D23947: hue angle of 354.51º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23947 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 71 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.18 |
| HSL | 354.51º | 0.63% | 0.52% | - |
| HSV(B) | 354.51º | 0.73% | 0.82% | - |
| XYZ | 29.18 | 17.08 | 7.72 | - |
| YUV | 104.34 | 109.19 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 71 | 0 | 0.73 | 0.66 | 0.18 | 354.51 | 0.63 | 0.52 |
| Hex | D2 | 39 | 47 | 0 | 49 | 42 | 12 | 163 | 3F | 34 |
| Octal | 322 | 71 | 107 | 0 | 111 | 102 | 22 | 543 | 77 | 64 |
| Binary | 11010010 | 111001 | 1000111 | 0 | 1001001 | 1000010 | 10010 | 101100011 | 111111 | 110100 |
Color Harmonies of #D23947
Complementary color
Monochromatic Colors of #D23947
Black with #D23947
Text Example
Text Example
White with #D23947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23947; }
p { color: rgb(210,57,71); }
H1.HeaderClassName
{
color: #D23947;
}
.AnyTagClassName
{
color: #D23947;
}
</style>
background-color css
<style>
a { background-color: #D23947; }
a { background-color: rgb(210,57,71); }
div.DivClassName
{
background-color: #D23947;
}
.BgClassName
{
background-color: #D23947;
}
</style>
border-color css
<style>
span { border-color: #D23947; }
span { border-color: rgb(210,57,71); }
td.TdClassName
{
border-color: #D23947;
}
.TagClassName
{
border-color: #D23947;
}
</style>