Shades of Brick Red #D23C4B
Tints of Brick Red #D23C4B
RGB
CMYK
RGB Variations
Color information
#D23C4B (or 0xD23C4B) is known color: Brick Red. HEX triplet: D2, 3C and 4B. RGB value is (210,60,75). Sum of RGB (Red+Green+Blue) = 210+60+75=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23C4B is #2DC3B4. Grayscale: #6A6A6A. Windows color (decimal): -2999221 or 4930770. OLE color: 4930770.
HSL color Cylindrical-coordinate representation of color #D23C4B: hue angle of 354º 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 #D23C4B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 75 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.18 |
| HSL | 354º | 0.63% | 0.53% | - |
| HSV(B) | 354º | 0.71% | 0.82% | - |
| XYZ | 29.46 | 17.44 | 8.47 | - |
| YUV | 106.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 75 | 0 | 0.71 | 0.64 | 0.18 | 354 | 0.63 | 0.53 |
| Hex | D2 | 3C | 4B | 0 | 47 | 40 | 12 | 162 | 3E | 35 |
| Octal | 322 | 74 | 113 | 0 | 107 | 100 | 22 | 542 | 76 | 65 |
| Binary | 11010010 | 111100 | 1001011 | 0 | 1000111 | 1000000 | 10010 | 101100010 | 111110 | 110101 |
Color Harmonies of #D23C4B
Complementary color
Monochromatic Colors of #D23C4B
Black with #D23C4B
Text Example
Text Example
White with #D23C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C4B; }
p { color: rgb(210,60,75); }
H1.HeaderClassName
{
color: #D23C4B;
}
.AnyTagClassName
{
color: #D23C4B;
}
</style>
background-color css
<style>
a { background-color: #D23C4B; }
a { background-color: rgb(210,60,75); }
div.DivClassName
{
background-color: #D23C4B;
}
.BgClassName
{
background-color: #D23C4B;
}
</style>
border-color css
<style>
span { border-color: #D23C4B; }
span { border-color: rgb(210,60,75); }
td.TdClassName
{
border-color: #D23C4B;
}
.TagClassName
{
border-color: #D23C4B;
}
</style>