Shades of Brick Red #D63C4C
Tints of Brick Red #D63C4C
RGB
CMYK
RGB Variations
Color information
#D63C4C (or 0xD63C4C) is known color: Brick Red. HEX triplet: D6, 3C and 4C. RGB value is (214,60,76). Sum of RGB (Red+Green+Blue) = 214+60+76=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C4C is #29C3B3. Grayscale: #6B6B6B. Windows color (decimal): -2737076 or 4996310. OLE color: 4996310.
HSL color Cylindrical-coordinate representation of color #D63C4C: hue angle of 353.77º 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 #D63C4C is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 76 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.16 |
| HSL | 353.77º | 0.65% | 0.54% | - |
| HSV(B) | 353.77º | 0.72% | 0.84% | - |
| XYZ | 30.65 | 18.05 | 8.71 | - |
| YUV | 107.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 76 | 0 | 0.72 | 0.64 | 0.16 | 353.77 | 0.65 | 0.54 |
| Hex | D6 | 3C | 4C | 0 | 48 | 40 | 10 | 162 | 41 | 36 |
| Octal | 326 | 74 | 114 | 0 | 110 | 100 | 20 | 542 | 101 | 66 |
| Binary | 11010110 | 111100 | 1001100 | 0 | 1001000 | 1000000 | 10000 | 101100010 | 1000001 | 110110 |
Color Harmonies of #D63C4C
Complementary color
Monochromatic Colors of #D63C4C
Black with #D63C4C
Text Example
Text Example
White with #D63C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C4C; }
p { color: rgb(214,60,76); }
H1.HeaderClassName
{
color: #D63C4C;
}
.AnyTagClassName
{
color: #D63C4C;
}
</style>
background-color css
<style>
a { background-color: #D63C4C; }
a { background-color: rgb(214,60,76); }
div.DivClassName
{
background-color: #D63C4C;
}
.BgClassName
{
background-color: #D63C4C;
}
</style>
border-color css
<style>
span { border-color: #D63C4C; }
span { border-color: rgb(214,60,76); }
td.TdClassName
{
border-color: #D63C4C;
}
.TagClassName
{
border-color: #D63C4C;
}
</style>