Shades of Brick Red #D5344A
Tints of Brick Red #D5344A
RGB
CMYK
RGB Variations
Color information
#D5344A (or 0xD5344A) is known color: Brick Red. HEX triplet: D5, 34 and 4A. RGB value is (213,52,74). Sum of RGB (Red+Green+Blue) = 213+52+74=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5344A is #2ACBB5. Grayscale: #666666. Windows color (decimal): -2804662 or 4863189. OLE color: 4863189.
HSL color Cylindrical-coordinate representation of color #D5344A: hue angle of 351.8º 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 #D5344A is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 74 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.16 |
| HSL | 351.8º | 0.66% | 0.52% | - |
| HSV(B) | 351.8º | 0.76% | 0.84% | - |
| XYZ | 29.9 | 17.1 | 8.2 | - |
| YUV | 102.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 74 | 0 | 0.76 | 0.65 | 0.16 | 351.8 | 0.66 | 0.52 |
| Hex | D5 | 34 | 4A | 0 | 4C | 41 | 10 | 160 | 42 | 34 |
| Octal | 325 | 64 | 112 | 0 | 114 | 101 | 20 | 540 | 102 | 64 |
| Binary | 11010101 | 110100 | 1001010 | 0 | 1001100 | 1000001 | 10000 | 101100000 | 1000010 | 110100 |
Color Harmonies of #D5344A
Complementary color
Monochromatic Colors of #D5344A
Black with #D5344A
Text Example
Text Example
White with #D5344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5344A; }
p { color: rgb(213,52,74); }
H1.HeaderClassName
{
color: #D5344A;
}
.AnyTagClassName
{
color: #D5344A;
}
</style>
background-color css
<style>
a { background-color: #D5344A; }
a { background-color: rgb(213,52,74); }
div.DivClassName
{
background-color: #D5344A;
}
.BgClassName
{
background-color: #D5344A;
}
</style>
border-color css
<style>
span { border-color: #D5344A; }
span { border-color: rgb(213,52,74); }
td.TdClassName
{
border-color: #D5344A;
}
.TagClassName
{
border-color: #D5344A;
}
</style>