Shades of Brick Red #D23245
Tints of Brick Red #D23245
RGB
CMYK
RGB Variations
Color information
#D23245 (or 0xD23245) is known color: Brick Red. HEX triplet: D2, 32 and 45. RGB value is (210,50,69). Sum of RGB (Red+Green+Blue) = 210+50+69=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D23245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23245 is #2DCDBA. Grayscale: #646464. Windows color (decimal): -3001787 or 4534994. OLE color: 4534994.
HSL color Cylindrical-coordinate representation of color #D23245: hue angle of 352.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23245 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 69 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.18 |
| HSL | 352.88º | 0.64% | 0.51% | - |
| HSV(B) | 352.88º | 0.76% | 0.82% | - |
| XYZ | 28.79 | 16.41 | 7.28 | - |
| YUV | 100.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 69 | 0 | 0.76 | 0.67 | 0.18 | 352.88 | 0.64 | 0.51 |
| Hex | D2 | 32 | 45 | 0 | 4C | 43 | 12 | 161 | 40 | 33 |
| Octal | 322 | 62 | 105 | 0 | 114 | 103 | 22 | 541 | 100 | 63 |
| Binary | 11010010 | 110010 | 1000101 | 0 | 1001100 | 1000011 | 10010 | 101100001 | 1000000 | 110011 |
Color Harmonies of #D23245
Complementary color
Monochromatic Colors of #D23245
Black with #D23245
Text Example
Text Example
White with #D23245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23245; }
p { color: rgb(210,50,69); }
H1.HeaderClassName
{
color: #D23245;
}
.AnyTagClassName
{
color: #D23245;
}
</style>
background-color css
<style>
a { background-color: #D23245; }
a { background-color: rgb(210,50,69); }
div.DivClassName
{
background-color: #D23245;
}
.BgClassName
{
background-color: #D23245;
}
</style>
border-color css
<style>
span { border-color: #D23245; }
span { border-color: rgb(210,50,69); }
td.TdClassName
{
border-color: #D23245;
}
.TagClassName
{
border-color: #D23245;
}
</style>