Shades of Brick Red #D53543
Tints of Brick Red #D53543
RGB
CMYK
RGB Variations
Color information
#D53543 (or 0xD53543) is known color: Brick Red. HEX triplet: D5, 35 and 43. RGB value is (213,53,67). Sum of RGB (Red+Green+Blue) = 213+53+67=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D53543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53543 is #2ACABC. Grayscale: #666666. Windows color (decimal): -2804413 or 4404693. OLE color: 4404693.
HSL color Cylindrical-coordinate representation of color #D53543: hue angle of 354.75º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53543 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 67 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.16 |
| HSL | 354.75º | 0.66% | 0.52% | - |
| HSV(B) | 354.75º | 0.75% | 0.84% | - |
| XYZ | 29.73 | 17.1 | 7.04 | - |
| YUV | 102.44 | 108.01 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 67 | 0 | 0.75 | 0.69 | 0.16 | 354.75 | 0.66 | 0.52 |
| Hex | D5 | 35 | 43 | 0 | 4B | 45 | 10 | 163 | 42 | 34 |
| Octal | 325 | 65 | 103 | 0 | 113 | 105 | 20 | 543 | 102 | 64 |
| Binary | 11010101 | 110101 | 1000011 | 0 | 1001011 | 1000101 | 10000 | 101100011 | 1000010 | 110100 |
Color Harmonies of #D53543
Complementary color
Monochromatic Colors of #D53543
Black with #D53543
Text Example
Text Example
White with #D53543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53543; }
p { color: rgb(213,53,67); }
H1.HeaderClassName
{
color: #D53543;
}
.AnyTagClassName
{
color: #D53543;
}
</style>
background-color css
<style>
a { background-color: #D53543; }
a { background-color: rgb(213,53,67); }
div.DivClassName
{
background-color: #D53543;
}
.BgClassName
{
background-color: #D53543;
}
</style>
border-color css
<style>
span { border-color: #D53543; }
span { border-color: rgb(213,53,67); }
td.TdClassName
{
border-color: #D53543;
}
.TagClassName
{
border-color: #D53543;
}
</style>