Shades of Brick Red #D23C4A
Tints of Brick Red #D23C4A
RGB
CMYK
RGB Variations
Color information
#D23C4A (or 0xD23C4A) is known color: Brick Red. HEX triplet: D2, 3C and 4A. RGB value is (210,60,74). Sum of RGB (Red+Green+Blue) = 210+60+74=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23C4A is #2DC3B5. Grayscale: #6A6A6A. Windows color (decimal): -2999222 or 4865234. OLE color: 4865234.
HSL color Cylindrical-coordinate representation of color #D23C4A: hue angle of 354.4º 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 #D23C4A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 74 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.18 |
| HSL | 354.4º | 0.63% | 0.53% | - |
| HSV(B) | 354.4º | 0.71% | 0.82% | - |
| XYZ | 29.43 | 17.43 | 8.29 | - |
| YUV | 106.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 74 | 0 | 0.71 | 0.65 | 0.18 | 354.4 | 0.63 | 0.53 |
| Hex | D2 | 3C | 4A | 0 | 47 | 41 | 12 | 162 | 3E | 35 |
| Octal | 322 | 74 | 112 | 0 | 107 | 101 | 22 | 542 | 76 | 65 |
| Binary | 11010010 | 111100 | 1001010 | 0 | 1000111 | 1000001 | 10010 | 101100010 | 111110 | 110101 |
Color Harmonies of #D23C4A
Complementary color
Monochromatic Colors of #D23C4A
Black with #D23C4A
Text Example
Text Example
White with #D23C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C4A; }
p { color: rgb(210,60,74); }
H1.HeaderClassName
{
color: #D23C4A;
}
.AnyTagClassName
{
color: #D23C4A;
}
</style>
background-color css
<style>
a { background-color: #D23C4A; }
a { background-color: rgb(210,60,74); }
div.DivClassName
{
background-color: #D23C4A;
}
.BgClassName
{
background-color: #D23C4A;
}
</style>
border-color css
<style>
span { border-color: #D23C4A; }
span { border-color: rgb(210,60,74); }
td.TdClassName
{
border-color: #D23C4A;
}
.TagClassName
{
border-color: #D23C4A;
}
</style>