Shades of Brick Red #D63E4A
Tints of Brick Red #D63E4A
RGB
CMYK
RGB Variations
Color information
#D63E4A (or 0xD63E4A) is known color: Brick Red. HEX triplet: D6, 3E and 4A. RGB value is (214,62,74). Sum of RGB (Red+Green+Blue) = 214+62+74=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E4A is #29C1B5. Grayscale: #6C6C6C. Windows color (decimal): -2736566 or 4865750. OLE color: 4865750.
HSL color Cylindrical-coordinate representation of color #D63E4A: hue angle of 355.26º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63E4A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 74 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.16 |
| HSL | 355.26º | 0.65% | 0.54% | - |
| HSV(B) | 355.26º | 0.71% | 0.84% | - |
| XYZ | 30.69 | 18.24 | 8.38 | - |
| YUV | 108.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 74 | 0 | 0.71 | 0.65 | 0.16 | 355.26 | 0.65 | 0.54 |
| Hex | D6 | 3E | 4A | 0 | 47 | 41 | 10 | 163 | 41 | 36 |
| Octal | 326 | 76 | 112 | 0 | 107 | 101 | 20 | 543 | 101 | 66 |
| Binary | 11010110 | 111110 | 1001010 | 0 | 1000111 | 1000001 | 10000 | 101100011 | 1000001 | 110110 |
Color Harmonies of #D63E4A
Complementary color
Monochromatic Colors of #D63E4A
Black with #D63E4A
Text Example
Text Example
White with #D63E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E4A; }
p { color: rgb(214,62,74); }
H1.HeaderClassName
{
color: #D63E4A;
}
.AnyTagClassName
{
color: #D63E4A;
}
</style>
background-color css
<style>
a { background-color: #D63E4A; }
a { background-color: rgb(214,62,74); }
div.DivClassName
{
background-color: #D63E4A;
}
.BgClassName
{
background-color: #D63E4A;
}
</style>
border-color css
<style>
span { border-color: #D63E4A; }
span { border-color: rgb(214,62,74); }
td.TdClassName
{
border-color: #D63E4A;
}
.TagClassName
{
border-color: #D63E4A;
}
</style>