Shades of Brick Red #D53344
Tints of Brick Red #D53344
RGB
CMYK
RGB Variations
Color information
#D53344 (or 0xD53344) is known color: Brick Red. HEX triplet: D5, 33 and 44. RGB value is (213,51,68). Sum of RGB (Red+Green+Blue) = 213+51+68=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D53344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53344 is #2ACCBB. Grayscale: #656565. Windows color (decimal): -2804924 or 4469717. OLE color: 4469717.
HSL color Cylindrical-coordinate representation of color #D53344: hue angle of 353.7º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53344 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 68 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.16 |
| HSL | 353.7º | 0.66% | 0.52% | - |
| HSV(B) | 353.7º | 0.76% | 0.84% | - |
| XYZ | 29.67 | 16.93 | 7.17 | - |
| YUV | 101.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 68 | 0 | 0.76 | 0.68 | 0.16 | 353.7 | 0.66 | 0.52 |
| Hex | D5 | 33 | 44 | 0 | 4C | 44 | 10 | 162 | 42 | 34 |
| Octal | 325 | 63 | 104 | 0 | 114 | 104 | 20 | 542 | 102 | 64 |
| Binary | 11010101 | 110011 | 1000100 | 0 | 1001100 | 1000100 | 10000 | 101100010 | 1000010 | 110100 |
Color Harmonies of #D53344
Complementary color
Monochromatic Colors of #D53344
Black with #D53344
Text Example
Text Example
White with #D53344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53344; }
p { color: rgb(213,51,68); }
H1.HeaderClassName
{
color: #D53344;
}
.AnyTagClassName
{
color: #D53344;
}
</style>
background-color css
<style>
a { background-color: #D53344; }
a { background-color: rgb(213,51,68); }
div.DivClassName
{
background-color: #D53344;
}
.BgClassName
{
background-color: #D53344;
}
</style>
border-color css
<style>
span { border-color: #D53344; }
span { border-color: rgb(213,51,68); }
td.TdClassName
{
border-color: #D53344;
}
.TagClassName
{
border-color: #D53344;
}
</style>