Shades of Brick Red #D23247
Tints of Brick Red #D23247
RGB
CMYK
RGB Variations
Color information
#D23247 (or 0xD23247) is known color: Brick Red. HEX triplet: D2, 32 and 47. RGB value is (210,50,71). Sum of RGB (Red+Green+Blue) = 210+50+71=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D23247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23247 is #2DCDB8. Grayscale: #646464. Windows color (decimal): -3001785 or 4666066. OLE color: 4666066.
HSL color Cylindrical-coordinate representation of color #D23247: hue angle of 352.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23247 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 71 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.18 |
| HSL | 352.13º | 0.64% | 0.51% | - |
| HSV(B) | 352.13º | 0.76% | 0.82% | - |
| XYZ | 28.86 | 16.44 | 7.61 | - |
| YUV | 100.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 71 | 0 | 0.76 | 0.66 | 0.18 | 352.13 | 0.64 | 0.51 |
| Hex | D2 | 32 | 47 | 0 | 4C | 42 | 12 | 160 | 40 | 33 |
| Octal | 322 | 62 | 107 | 0 | 114 | 102 | 22 | 540 | 100 | 63 |
| Binary | 11010010 | 110010 | 1000111 | 0 | 1001100 | 1000010 | 10010 | 101100000 | 1000000 | 110011 |
Color Harmonies of #D23247
Complementary color
Monochromatic Colors of #D23247
Black with #D23247
Text Example
Text Example
White with #D23247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23247; }
p { color: rgb(210,50,71); }
H1.HeaderClassName
{
color: #D23247;
}
.AnyTagClassName
{
color: #D23247;
}
</style>
background-color css
<style>
a { background-color: #D23247; }
a { background-color: rgb(210,50,71); }
div.DivClassName
{
background-color: #D23247;
}
.BgClassName
{
background-color: #D23247;
}
</style>
border-color css
<style>
span { border-color: #D23247; }
span { border-color: rgb(210,50,71); }
td.TdClassName
{
border-color: #D23247;
}
.TagClassName
{
border-color: #D23247;
}
</style>