Shades of Brick Red #D23E4D
Tints of Brick Red #D23E4D
RGB
CMYK
RGB Variations
Color information
#D23E4D (or 0xD23E4D) is known color: Brick Red. HEX triplet: D2, 3E and 4D. RGB value is (210,62,77). Sum of RGB (Red+Green+Blue) = 210+62+77=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23E4D is #2DC1B2. Grayscale: #6C6C6C. Windows color (decimal): -2998707 or 5062354. OLE color: 5062354.
HSL color Cylindrical-coordinate representation of color #D23E4D: hue angle of 353.92º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23E4D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 77 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.18 |
| HSL | 353.92º | 0.62% | 0.53% | - |
| HSV(B) | 353.92º | 0.7% | 0.82% | - |
| XYZ | 29.64 | 17.68 | 8.87 | - |
| YUV | 107.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 77 | 0 | 0.70 | 0.63 | 0.18 | 353.92 | 0.62 | 0.53 |
| Hex | D2 | 3E | 4D | 0 | 46 | 3F | 12 | 162 | 3E | 35 |
| Octal | 322 | 76 | 115 | 0 | 106 | 77 | 22 | 542 | 76 | 65 |
| Binary | 11010010 | 111110 | 1001101 | 0 | 1000110 | 111111 | 10010 | 101100010 | 111110 | 110101 |
Color Harmonies of #D23E4D
Complementary color
Monochromatic Colors of #D23E4D
Black with #D23E4D
Text Example
Text Example
White with #D23E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E4D; }
p { color: rgb(210,62,77); }
H1.HeaderClassName
{
color: #D23E4D;
}
.AnyTagClassName
{
color: #D23E4D;
}
</style>
background-color css
<style>
a { background-color: #D23E4D; }
a { background-color: rgb(210,62,77); }
div.DivClassName
{
background-color: #D23E4D;
}
.BgClassName
{
background-color: #D23E4D;
}
</style>
border-color css
<style>
span { border-color: #D23E4D; }
span { border-color: rgb(210,62,77); }
td.TdClassName
{
border-color: #D23E4D;
}
.TagClassName
{
border-color: #D23E4D;
}
</style>