Shades of Brick Red #D5324B
Tints of Brick Red #D5324B
RGB
CMYK
RGB Variations
Color information
#D5324B (or 0xD5324B) is known color: Brick Red. HEX triplet: D5, 32 and 4B. RGB value is (213,50,75). Sum of RGB (Red+Green+Blue) = 213+50+75=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5324B is #2ACDB4. Grayscale: #656565. Windows color (decimal): -2805173 or 4928213. OLE color: 4928213.
HSL color Cylindrical-coordinate representation of color #D5324B: hue angle of 350.8º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5324B is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 75 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.16 |
| HSL | 350.8º | 0.66% | 0.52% | - |
| HSV(B) | 350.8º | 0.77% | 0.84% | - |
| XYZ | 29.85 | 16.94 | 8.35 | - |
| YUV | 101.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 75 | 0 | 0.77 | 0.65 | 0.16 | 350.8 | 0.66 | 0.52 |
| Hex | D5 | 32 | 4B | 0 | 4D | 41 | 10 | 15F | 42 | 34 |
| Octal | 325 | 62 | 113 | 0 | 115 | 101 | 20 | 537 | 102 | 64 |
| Binary | 11010101 | 110010 | 1001011 | 0 | 1001101 | 1000001 | 10000 | 101011111 | 1000010 | 110100 |
Color Harmonies of #D5324B
Complementary color
Monochromatic Colors of #D5324B
Black with #D5324B
Text Example
Text Example
White with #D5324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5324B; }
p { color: rgb(213,50,75); }
H1.HeaderClassName
{
color: #D5324B;
}
.AnyTagClassName
{
color: #D5324B;
}
</style>
background-color css
<style>
a { background-color: #D5324B; }
a { background-color: rgb(213,50,75); }
div.DivClassName
{
background-color: #D5324B;
}
.BgClassName
{
background-color: #D5324B;
}
</style>
border-color css
<style>
span { border-color: #D5324B; }
span { border-color: rgb(213,50,75); }
td.TdClassName
{
border-color: #D5324B;
}
.TagClassName
{
border-color: #D5324B;
}
</style>