Shades of Brick Red #D23845
Tints of Brick Red #D23845
RGB
CMYK
RGB Variations
Color information
#D23845 (or 0xD23845) is known color: Brick Red. HEX triplet: D2, 38 and 45. RGB value is (210,56,69). Sum of RGB (Red+Green+Blue) = 210+56+69=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D23845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23845 is #2DC7BA. Grayscale: #676767. Windows color (decimal): -3000251 or 4536530. OLE color: 4536530.
HSL color Cylindrical-coordinate representation of color #D23845: hue angle of 354.94º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23845 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 69 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.18 |
| HSL | 354.94º | 0.63% | 0.52% | - |
| HSV(B) | 354.94º | 0.73% | 0.82% | - |
| XYZ | 29.07 | 16.96 | 7.37 | - |
| YUV | 103.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 69 | 0 | 0.73 | 0.67 | 0.18 | 354.94 | 0.63 | 0.52 |
| Hex | D2 | 38 | 45 | 0 | 49 | 43 | 12 | 163 | 3F | 34 |
| Octal | 322 | 70 | 105 | 0 | 111 | 103 | 22 | 543 | 77 | 64 |
| Binary | 11010010 | 111000 | 1000101 | 0 | 1001001 | 1000011 | 10010 | 101100011 | 111111 | 110100 |
Color Harmonies of #D23845
Complementary color
Monochromatic Colors of #D23845
Black with #D23845
Text Example
Text Example
White with #D23845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23845; }
p { color: rgb(210,56,69); }
H1.HeaderClassName
{
color: #D23845;
}
.AnyTagClassName
{
color: #D23845;
}
</style>
background-color css
<style>
a { background-color: #D23845; }
a { background-color: rgb(210,56,69); }
div.DivClassName
{
background-color: #D23845;
}
.BgClassName
{
background-color: #D23845;
}
</style>
border-color css
<style>
span { border-color: #D23845; }
span { border-color: rgb(210,56,69); }
td.TdClassName
{
border-color: #D23845;
}
.TagClassName
{
border-color: #D23845;
}
</style>