Shades of Brick Red #D23A4A
Tints of Brick Red #D23A4A
RGB
CMYK
RGB Variations
Color information
#D23A4A (or 0xD23A4A) is known color: Brick Red. HEX triplet: D2, 3A and 4A. RGB value is (210,58,74). Sum of RGB (Red+Green+Blue) = 210+58+74=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A4A is #2DC5B5. Grayscale: #696969. Windows color (decimal): -2999734 or 4864722. OLE color: 4864722.
HSL color Cylindrical-coordinate representation of color #D23A4A: hue angle of 353.68º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A4A is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 74 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.18 |
| HSL | 353.68º | 0.63% | 0.53% | - |
| HSV(B) | 353.68º | 0.72% | 0.82% | - |
| XYZ | 29.33 | 17.22 | 8.26 | - |
| YUV | 105.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 74 | 0 | 0.72 | 0.65 | 0.18 | 353.68 | 0.63 | 0.53 |
| Hex | D2 | 3A | 4A | 0 | 48 | 41 | 12 | 162 | 3F | 35 |
| Octal | 322 | 72 | 112 | 0 | 110 | 101 | 22 | 542 | 77 | 65 |
| Binary | 11010010 | 111010 | 1001010 | 0 | 1001000 | 1000001 | 10010 | 101100010 | 111111 | 110101 |
Color Harmonies of #D23A4A
Complementary color
Monochromatic Colors of #D23A4A
Black with #D23A4A
Text Example
Text Example
White with #D23A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A4A; }
p { color: rgb(210,58,74); }
H1.HeaderClassName
{
color: #D23A4A;
}
.AnyTagClassName
{
color: #D23A4A;
}
</style>
background-color css
<style>
a { background-color: #D23A4A; }
a { background-color: rgb(210,58,74); }
div.DivClassName
{
background-color: #D23A4A;
}
.BgClassName
{
background-color: #D23A4A;
}
</style>
border-color css
<style>
span { border-color: #D23A4A; }
span { border-color: rgb(210,58,74); }
td.TdClassName
{
border-color: #D23A4A;
}
.TagClassName
{
border-color: #D23A4A;
}
</style>