Shades of Brick Red #D6344A
Tints of Brick Red #D6344A
RGB
CMYK
RGB Variations
Color information
#D6344A (or 0xD6344A) is known color: Brick Red. HEX triplet: D6, 34 and 4A. RGB value is (214,52,74). Sum of RGB (Red+Green+Blue) = 214+52+74=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6344A is #29CBB5. Grayscale: #676767. Windows color (decimal): -2739126 or 4863190. OLE color: 4863190.
HSL color Cylindrical-coordinate representation of color #D6344A: hue angle of 351.85º 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 #D6344A is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 74 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.16 |
| HSL | 351.85º | 0.66% | 0.52% | - |
| HSV(B) | 351.85º | 0.76% | 0.84% | - |
| XYZ | 30.2 | 17.25 | 8.22 | - |
| YUV | 102.95 | 111.67 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 74 | 0 | 0.76 | 0.65 | 0.16 | 351.85 | 0.66 | 0.52 |
| Hex | D6 | 34 | 4A | 0 | 4C | 41 | 10 | 160 | 42 | 34 |
| Octal | 326 | 64 | 112 | 0 | 114 | 101 | 20 | 540 | 102 | 64 |
| Binary | 11010110 | 110100 | 1001010 | 0 | 1001100 | 1000001 | 10000 | 101100000 | 1000010 | 110100 |
Color Harmonies of #D6344A
Complementary color
Monochromatic Colors of #D6344A
Black with #D6344A
Text Example
Text Example
White with #D6344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6344A; }
p { color: rgb(214,52,74); }
H1.HeaderClassName
{
color: #D6344A;
}
.AnyTagClassName
{
color: #D6344A;
}
</style>
background-color css
<style>
a { background-color: #D6344A; }
a { background-color: rgb(214,52,74); }
div.DivClassName
{
background-color: #D6344A;
}
.BgClassName
{
background-color: #D6344A;
}
</style>
border-color css
<style>
span { border-color: #D6344A; }
span { border-color: rgb(214,52,74); }
td.TdClassName
{
border-color: #D6344A;
}
.TagClassName
{
border-color: #D6344A;
}
</style>