Shades of Brick Red #D53143
Tints of Brick Red #D53143
RGB
CMYK
RGB Variations
Color information
#D53143 (or 0xD53143) is known color: Brick Red. HEX triplet: D5, 31 and 43. RGB value is (213,49,67). Sum of RGB (Red+Green+Blue) = 213+49+67=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D53143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53143 is #2ACEBC. Grayscale: #646464. Windows color (decimal): -2805437 or 4403669. OLE color: 4403669.
HSL color Cylindrical-coordinate representation of color #D53143: hue angle of 353.41º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53143 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 67 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.16 |
| HSL | 353.41º | 0.66% | 0.51% | - |
| HSV(B) | 353.41º | 0.77% | 0.84% | - |
| XYZ | 29.55 | 16.75 | 6.99 | - |
| YUV | 100.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 67 | 0 | 0.77 | 0.69 | 0.16 | 353.41 | 0.66 | 0.51 |
| Hex | D5 | 31 | 43 | 0 | 4D | 45 | 10 | 161 | 42 | 33 |
| Octal | 325 | 61 | 103 | 0 | 115 | 105 | 20 | 541 | 102 | 63 |
| Binary | 11010101 | 110001 | 1000011 | 0 | 1001101 | 1000101 | 10000 | 101100001 | 1000010 | 110011 |
Color Harmonies of #D53143
Complementary color
Monochromatic Colors of #D53143
Black with #D53143
Text Example
Text Example
White with #D53143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53143; }
p { color: rgb(213,49,67); }
H1.HeaderClassName
{
color: #D53143;
}
.AnyTagClassName
{
color: #D53143;
}
</style>
background-color css
<style>
a { background-color: #D53143; }
a { background-color: rgb(213,49,67); }
div.DivClassName
{
background-color: #D53143;
}
.BgClassName
{
background-color: #D53143;
}
</style>
border-color css
<style>
span { border-color: #D53143; }
span { border-color: rgb(213,49,67); }
td.TdClassName
{
border-color: #D53143;
}
.TagClassName
{
border-color: #D53143;
}
</style>