Shades of Brick Red #D62840
Tints of Brick Red #D62840
RGB
CMYK
RGB Variations
Color information
#D62840 (or 0xD62840) is known color: Brick Red. HEX triplet: D6, 28 and 40. RGB value is (214,40,64). Sum of RGB (Red+Green+Blue) = 214+40+64=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D62840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62840 is #29D7BF. Grayscale: #5E5E5E. Windows color (decimal): -2742208 or 4204758. OLE color: 4204758.
HSL color Cylindrical-coordinate representation of color #D62840: hue angle of 351.72º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62840 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 64 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.16 |
| HSL | 351.72º | 0.69% | 0.5% | - |
| HSV(B) | 351.72º | 0.81% | 0.84% | - |
| XYZ | 29.42 | 16.18 | 6.42 | - |
| YUV | 94.76 | 110.65 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 64 | 0 | 0.81 | 0.70 | 0.16 | 351.72 | 0.69 | 0.5 |
| Hex | D6 | 28 | 40 | 0 | 51 | 46 | 10 | 160 | 45 | 32 |
| Octal | 326 | 50 | 100 | 0 | 121 | 106 | 20 | 540 | 105 | 62 |
| Binary | 11010110 | 101000 | 1000000 | 0 | 1010001 | 1000110 | 10000 | 101100000 | 1000101 | 110010 |
Color Harmonies of #D62840
Complementary color
Monochromatic Colors of #D62840
Black with #D62840
Text Example
Text Example
White with #D62840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62840; }
p { color: rgb(214,40,64); }
H1.HeaderClassName
{
color: #D62840;
}
.AnyTagClassName
{
color: #D62840;
}
</style>
background-color css
<style>
a { background-color: #D62840; }
a { background-color: rgb(214,40,64); }
div.DivClassName
{
background-color: #D62840;
}
.BgClassName
{
background-color: #D62840;
}
</style>
border-color css
<style>
span { border-color: #D62840; }
span { border-color: rgb(214,40,64); }
td.TdClassName
{
border-color: #D62840;
}
.TagClassName
{
border-color: #D62840;
}
</style>