Shades of Brick Red #D23D4D
Tints of Brick Red #D23D4D
RGB
CMYK
RGB Variations
Color information
#D23D4D (or 0xD23D4D) is known color: Brick Red. HEX triplet: D2, 3D and 4D. RGB value is (210,61,77). Sum of RGB (Red+Green+Blue) = 210+61+77=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D4D is #2DC2B2. Grayscale: #6B6B6B. Windows color (decimal): -2998963 or 5062098. OLE color: 5062098.
HSL color Cylindrical-coordinate representation of color #D23D4D: hue angle of 353.56º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23D4D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 77 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.18 |
| HSL | 353.56º | 0.62% | 0.53% | - |
| HSV(B) | 353.56º | 0.71% | 0.82% | - |
| XYZ | 29.59 | 17.57 | 8.85 | - |
| YUV | 107.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 77 | 0 | 0.71 | 0.63 | 0.18 | 353.56 | 0.62 | 0.53 |
| Hex | D2 | 3D | 4D | 0 | 47 | 3F | 12 | 162 | 3E | 35 |
| Octal | 322 | 75 | 115 | 0 | 107 | 77 | 22 | 542 | 76 | 65 |
| Binary | 11010010 | 111101 | 1001101 | 0 | 1000111 | 111111 | 10010 | 101100010 | 111110 | 110101 |
Color Harmonies of #D23D4D
Complementary color
Monochromatic Colors of #D23D4D
Black with #D23D4D
Text Example
Text Example
White with #D23D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D4D; }
p { color: rgb(210,61,77); }
H1.HeaderClassName
{
color: #D23D4D;
}
.AnyTagClassName
{
color: #D23D4D;
}
</style>
background-color css
<style>
a { background-color: #D23D4D; }
a { background-color: rgb(210,61,77); }
div.DivClassName
{
background-color: #D23D4D;
}
.BgClassName
{
background-color: #D23D4D;
}
</style>
border-color css
<style>
span { border-color: #D23D4D; }
span { border-color: rgb(210,61,77); }
td.TdClassName
{
border-color: #D23D4D;
}
.TagClassName
{
border-color: #D23D4D;
}
</style>