Shades of Brick Red #D63C4A
Tints of Brick Red #D63C4A
RGB
CMYK
RGB Variations
Color information
#D63C4A (or 0xD63C4A) is known color: Brick Red. HEX triplet: D6, 3C and 4A. RGB value is (214,60,74). Sum of RGB (Red+Green+Blue) = 214+60+74=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C4A is #29C3B5. Grayscale: #6B6B6B. Windows color (decimal): -2737078 or 4865238. OLE color: 4865238.
HSL color Cylindrical-coordinate representation of color #D63C4A: hue angle of 354.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C4A is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 74 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.16 |
| HSL | 354.55º | 0.65% | 0.54% | - |
| HSV(B) | 354.55º | 0.72% | 0.84% | - |
| XYZ | 30.58 | 18.02 | 8.35 | - |
| YUV | 107.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 74 | 0 | 0.72 | 0.65 | 0.16 | 354.55 | 0.65 | 0.54 |
| Hex | D6 | 3C | 4A | 0 | 48 | 41 | 10 | 163 | 41 | 36 |
| Octal | 326 | 74 | 112 | 0 | 110 | 101 | 20 | 543 | 101 | 66 |
| Binary | 11010110 | 111100 | 1001010 | 0 | 1001000 | 1000001 | 10000 | 101100011 | 1000001 | 110110 |
Color Harmonies of #D63C4A
Complementary color
Monochromatic Colors of #D63C4A
Black with #D63C4A
Text Example
Text Example
White with #D63C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C4A; }
p { color: rgb(214,60,74); }
H1.HeaderClassName
{
color: #D63C4A;
}
.AnyTagClassName
{
color: #D63C4A;
}
</style>
background-color css
<style>
a { background-color: #D63C4A; }
a { background-color: rgb(214,60,74); }
div.DivClassName
{
background-color: #D63C4A;
}
.BgClassName
{
background-color: #D63C4A;
}
</style>
border-color css
<style>
span { border-color: #D63C4A; }
span { border-color: rgb(214,60,74); }
td.TdClassName
{
border-color: #D63C4A;
}
.TagClassName
{
border-color: #D63C4A;
}
</style>