Shades of Brick Red #D5334B
Tints of Brick Red #D5334B
RGB
CMYK
RGB Variations
Color information
#D5334B (or 0xD5334B) is known color: Brick Red. HEX triplet: D5, 33 and 4B. RGB value is (213,51,75). Sum of RGB (Red+Green+Blue) = 213+51+75=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5334B is #2ACCB4. Grayscale: #666666. Windows color (decimal): -2804917 or 4928469. OLE color: 4928469.
HSL color Cylindrical-coordinate representation of color #D5334B: hue angle of 351.11º 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 #D5334B is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 75 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.16 |
| HSL | 351.11º | 0.66% | 0.52% | - |
| HSV(B) | 351.11º | 0.76% | 0.84% | - |
| XYZ | 29.89 | 17.02 | 8.37 | - |
| YUV | 102.17 | 112.67 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 75 | 0 | 0.76 | 0.65 | 0.16 | 351.11 | 0.66 | 0.52 |
| Hex | D5 | 33 | 4B | 0 | 4C | 41 | 10 | 15F | 42 | 34 |
| Octal | 325 | 63 | 113 | 0 | 114 | 101 | 20 | 537 | 102 | 64 |
| Binary | 11010101 | 110011 | 1001011 | 0 | 1001100 | 1000001 | 10000 | 101011111 | 1000010 | 110100 |
Color Harmonies of #D5334B
Complementary color
Monochromatic Colors of #D5334B
Black with #D5334B
Text Example
Text Example
White with #D5334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5334B; }
p { color: rgb(213,51,75); }
H1.HeaderClassName
{
color: #D5334B;
}
.AnyTagClassName
{
color: #D5334B;
}
</style>
background-color css
<style>
a { background-color: #D5334B; }
a { background-color: rgb(213,51,75); }
div.DivClassName
{
background-color: #D5334B;
}
.BgClassName
{
background-color: #D5334B;
}
</style>
border-color css
<style>
span { border-color: #D5334B; }
span { border-color: rgb(213,51,75); }
td.TdClassName
{
border-color: #D5334B;
}
.TagClassName
{
border-color: #D5334B;
}
</style>