Shades of Brick Red #D23045
Tints of Brick Red #D23045
RGB
CMYK
RGB Variations
Color information
#D23045 (or 0xD23045) is known color: Brick Red. HEX triplet: D2, 30 and 45. RGB value is (210,48,69). Sum of RGB (Red+Green+Blue) = 210+48+69=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D23045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23045 is #2DCFBA. Grayscale: #626262. Windows color (decimal): -3002299 or 4534482. OLE color: 4534482.
HSL color Cylindrical-coordinate representation of color #D23045: hue angle of 352.22º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23045 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 69 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.18 |
| HSL | 352.22º | 0.64% | 0.51% | - |
| HSV(B) | 352.22º | 0.77% | 0.82% | - |
| XYZ | 28.71 | 16.25 | 7.25 | - |
| YUV | 98.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 69 | 0 | 0.77 | 0.67 | 0.18 | 352.22 | 0.64 | 0.51 |
| Hex | D2 | 30 | 45 | 0 | 4D | 43 | 12 | 160 | 40 | 33 |
| Octal | 322 | 60 | 105 | 0 | 115 | 103 | 22 | 540 | 100 | 63 |
| Binary | 11010010 | 110000 | 1000101 | 0 | 1001101 | 1000011 | 10010 | 101100000 | 1000000 | 110011 |
Color Harmonies of #D23045
Complementary color
Monochromatic Colors of #D23045
Black with #D23045
Text Example
Text Example
White with #D23045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23045; }
p { color: rgb(210,48,69); }
H1.HeaderClassName
{
color: #D23045;
}
.AnyTagClassName
{
color: #D23045;
}
</style>
background-color css
<style>
a { background-color: #D23045; }
a { background-color: rgb(210,48,69); }
div.DivClassName
{
background-color: #D23045;
}
.BgClassName
{
background-color: #D23045;
}
</style>
border-color css
<style>
span { border-color: #D23045; }
span { border-color: rgb(210,48,69); }
td.TdClassName
{
border-color: #D23045;
}
.TagClassName
{
border-color: #D23045;
}
</style>