Shades of Brick Red #D5334A
Tints of Brick Red #D5334A
RGB
CMYK
RGB Variations
Color information
#D5334A (or 0xD5334A) is known color: Brick Red. HEX triplet: D5, 33 and 4A. RGB value is (213,51,74). Sum of RGB (Red+Green+Blue) = 213+51+74=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5334A is #2ACCB5. Grayscale: #666666. Windows color (decimal): -2804918 or 4862933. OLE color: 4862933.
HSL color Cylindrical-coordinate representation of color #D5334A: hue angle of 351.48º 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 #D5334A is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 74 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.16 |
| HSL | 351.48º | 0.66% | 0.52% | - |
| HSV(B) | 351.48º | 0.76% | 0.84% | - |
| XYZ | 29.86 | 17.01 | 8.19 | - |
| YUV | 102.06 | 112.17 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 74 | 0 | 0.76 | 0.65 | 0.16 | 351.48 | 0.66 | 0.52 |
| Hex | D5 | 33 | 4A | 0 | 4C | 41 | 10 | 15F | 42 | 34 |
| Octal | 325 | 63 | 112 | 0 | 114 | 101 | 20 | 537 | 102 | 64 |
| Binary | 11010101 | 110011 | 1001010 | 0 | 1001100 | 1000001 | 10000 | 101011111 | 1000010 | 110100 |
Color Harmonies of #D5334A
Complementary color
Monochromatic Colors of #D5334A
Black with #D5334A
Text Example
Text Example
White with #D5334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5334A; }
p { color: rgb(213,51,74); }
H1.HeaderClassName
{
color: #D5334A;
}
.AnyTagClassName
{
color: #D5334A;
}
</style>
background-color css
<style>
a { background-color: #D5334A; }
a { background-color: rgb(213,51,74); }
div.DivClassName
{
background-color: #D5334A;
}
.BgClassName
{
background-color: #D5334A;
}
</style>
border-color css
<style>
span { border-color: #D5334A; }
span { border-color: rgb(213,51,74); }
td.TdClassName
{
border-color: #D5334A;
}
.TagClassName
{
border-color: #D5334A;
}
</style>