Shades of Brick Red #D62544
Tints of Brick Red #D62544
RGB
CMYK
RGB Variations
Color information
#D62544 (or 0xD62544) is known color: Brick Red. HEX triplet: D6, 25 and 44. RGB value is (214,37,68). Sum of RGB (Red+Green+Blue) = 214+37+68=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D62544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62544 is #29DABB. Grayscale: #5D5D5D. Windows color (decimal): -2742972 or 4466134. OLE color: 4466134.
HSL color Cylindrical-coordinate representation of color #D62544: hue angle of 349.49º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62544 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 68 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.16 |
| HSL | 349.49º | 0.71% | 0.49% | - |
| HSV(B) | 349.49º | 0.83% | 0.84% | - |
| XYZ | 29.44 | 16.04 | 7.01 | - |
| YUV | 93.46 | 113.64 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 68 | 0 | 0.83 | 0.68 | 0.16 | 349.49 | 0.71 | 0.49 |
| Hex | D6 | 25 | 44 | 0 | 53 | 44 | 10 | 15D | 47 | 31 |
| Octal | 326 | 45 | 104 | 0 | 123 | 104 | 20 | 535 | 107 | 61 |
| Binary | 11010110 | 100101 | 1000100 | 0 | 1010011 | 1000100 | 10000 | 101011101 | 1000111 | 110001 |
Color Harmonies of #D62544
Complementary color
Monochromatic Colors of #D62544
Black with #D62544
Text Example
Text Example
White with #D62544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62544; }
p { color: rgb(214,37,68); }
H1.HeaderClassName
{
color: #D62544;
}
.AnyTagClassName
{
color: #D62544;
}
</style>
background-color css
<style>
a { background-color: #D62544; }
a { background-color: rgb(214,37,68); }
div.DivClassName
{
background-color: #D62544;
}
.BgClassName
{
background-color: #D62544;
}
</style>
border-color css
<style>
span { border-color: #D62544; }
span { border-color: rgb(214,37,68); }
td.TdClassName
{
border-color: #D62544;
}
.TagClassName
{
border-color: #D62544;
}
</style>