Shades of Brick Red #D62E44
Tints of Brick Red #D62E44
RGB
CMYK
RGB Variations
Color information
#D62E44 (or 0xD62E44) is known color: Brick Red. HEX triplet: D6, 2E and 44. RGB value is (214,46,68). Sum of RGB (Red+Green+Blue) = 214+46+68=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62E44 is #29D1BB. Grayscale: #626262. Windows color (decimal): -2740668 or 4468438. OLE color: 4468438.
HSL color Cylindrical-coordinate representation of color #D62E44: hue angle of 352.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62E44 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 68 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.16 |
| HSL | 352.14º | 0.67% | 0.51% | - |
| HSV(B) | 352.14º | 0.79% | 0.84% | - |
| XYZ | 29.75 | 16.67 | 7.12 | - |
| YUV | 98.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 68 | 0 | 0.79 | 0.68 | 0.16 | 352.14 | 0.67 | 0.51 |
| Hex | D6 | 2E | 44 | 0 | 4F | 44 | 10 | 160 | 43 | 33 |
| Octal | 326 | 56 | 104 | 0 | 117 | 104 | 20 | 540 | 103 | 63 |
| Binary | 11010110 | 101110 | 1000100 | 0 | 1001111 | 1000100 | 10000 | 101100000 | 1000011 | 110011 |
Color Harmonies of #D62E44
Complementary color
Monochromatic Colors of #D62E44
Black with #D62E44
Text Example
Text Example
White with #D62E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62E44; }
p { color: rgb(214,46,68); }
H1.HeaderClassName
{
color: #D62E44;
}
.AnyTagClassName
{
color: #D62E44;
}
</style>
background-color css
<style>
a { background-color: #D62E44; }
a { background-color: rgb(214,46,68); }
div.DivClassName
{
background-color: #D62E44;
}
.BgClassName
{
background-color: #D62E44;
}
</style>
border-color css
<style>
span { border-color: #D62E44; }
span { border-color: rgb(214,46,68); }
td.TdClassName
{
border-color: #D62E44;
}
.TagClassName
{
border-color: #D62E44;
}
</style>