Shades of Brick Red #D23543
Tints of Brick Red #D23543
RGB
CMYK
RGB Variations
Color information
#D23543 (or 0xD23543) is known color: Brick Red. HEX triplet: D2, 35 and 43. RGB value is (210,53,67). Sum of RGB (Red+Green+Blue) = 210+53+67=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D23543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23543 is #2DCABC. Grayscale: #656565. Windows color (decimal): -3001021 or 4404690. OLE color: 4404690.
HSL color Cylindrical-coordinate representation of color #D23543: hue angle of 354.65º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23543 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 67 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.18 |
| HSL | 354.65º | 0.64% | 0.52% | - |
| HSV(B) | 354.65º | 0.75% | 0.82% | - |
| XYZ | 28.86 | 16.65 | 7 | - |
| YUV | 101.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 67 | 0 | 0.75 | 0.68 | 0.18 | 354.65 | 0.64 | 0.52 |
| Hex | D2 | 35 | 43 | 0 | 4B | 44 | 12 | 163 | 40 | 34 |
| Octal | 322 | 65 | 103 | 0 | 113 | 104 | 22 | 543 | 100 | 64 |
| Binary | 11010010 | 110101 | 1000011 | 0 | 1001011 | 1000100 | 10010 | 101100011 | 1000000 | 110100 |
Color Harmonies of #D23543
Complementary color
Monochromatic Colors of #D23543
Black with #D23543
Text Example
Text Example
White with #D23543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23543; }
p { color: rgb(210,53,67); }
H1.HeaderClassName
{
color: #D23543;
}
.AnyTagClassName
{
color: #D23543;
}
</style>
background-color css
<style>
a { background-color: #D23543; }
a { background-color: rgb(210,53,67); }
div.DivClassName
{
background-color: #D23543;
}
.BgClassName
{
background-color: #D23543;
}
</style>
border-color css
<style>
span { border-color: #D23543; }
span { border-color: rgb(210,53,67); }
td.TdClassName
{
border-color: #D23543;
}
.TagClassName
{
border-color: #D23543;
}
</style>