Shades of Brick Red #D23A45
Tints of Brick Red #D23A45
RGB
CMYK
RGB Variations
Color information
#D23A45 (or 0xD23A45) is known color: Brick Red. HEX triplet: D2, 3A and 45. RGB value is (210,58,69). Sum of RGB (Red+Green+Blue) = 210+58+69=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A45 is #2DC5BA. Grayscale: #686868. Windows color (decimal): -2999739 or 4537042. OLE color: 4537042.
HSL color Cylindrical-coordinate representation of color #D23A45: hue angle of 355.66º 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 #D23A45 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 69 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.18 |
| HSL | 355.66º | 0.63% | 0.53% | - |
| HSV(B) | 355.66º | 0.72% | 0.82% | - |
| XYZ | 29.17 | 17.16 | 7.4 | - |
| YUV | 104.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 69 | 0 | 0.72 | 0.67 | 0.18 | 355.66 | 0.63 | 0.53 |
| Hex | D2 | 3A | 45 | 0 | 48 | 43 | 12 | 164 | 3F | 35 |
| Octal | 322 | 72 | 105 | 0 | 110 | 103 | 22 | 544 | 77 | 65 |
| Binary | 11010010 | 111010 | 1000101 | 0 | 1001000 | 1000011 | 10010 | 101100100 | 111111 | 110101 |
Color Harmonies of #D23A45
Complementary color
Monochromatic Colors of #D23A45
Black with #D23A45
Text Example
Text Example
White with #D23A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A45; }
p { color: rgb(210,58,69); }
H1.HeaderClassName
{
color: #D23A45;
}
.AnyTagClassName
{
color: #D23A45;
}
</style>
background-color css
<style>
a { background-color: #D23A45; }
a { background-color: rgb(210,58,69); }
div.DivClassName
{
background-color: #D23A45;
}
.BgClassName
{
background-color: #D23A45;
}
</style>
border-color css
<style>
span { border-color: #D23A45; }
span { border-color: rgb(210,58,69); }
td.TdClassName
{
border-color: #D23A45;
}
.TagClassName
{
border-color: #D23A45;
}
</style>