Shades of Brick Red #D63D4C
Tints of Brick Red #D63D4C
RGB
CMYK
RGB Variations
Color information
#D63D4C (or 0xD63D4C) is known color: Brick Red. HEX triplet: D6, 3D and 4C. RGB value is (214,61,76). Sum of RGB (Red+Green+Blue) = 214+61+76=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D4C is #29C2B3. Grayscale: #6C6C6C. Windows color (decimal): -2736820 or 4996566. OLE color: 4996566.
HSL color Cylindrical-coordinate representation of color #D63D4C: hue angle of 354.12º 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 #D63D4C is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 76 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.16 |
| HSL | 354.12º | 0.65% | 0.54% | - |
| HSV(B) | 354.12º | 0.71% | 0.84% | - |
| XYZ | 30.7 | 18.16 | 8.72 | - |
| YUV | 108.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 76 | 0 | 0.71 | 0.64 | 0.16 | 354.12 | 0.65 | 0.54 |
| Hex | D6 | 3D | 4C | 0 | 47 | 40 | 10 | 162 | 41 | 36 |
| Octal | 326 | 75 | 114 | 0 | 107 | 100 | 20 | 542 | 101 | 66 |
| Binary | 11010110 | 111101 | 1001100 | 0 | 1000111 | 1000000 | 10000 | 101100010 | 1000001 | 110110 |
Color Harmonies of #D63D4C
Complementary color
Monochromatic Colors of #D63D4C
Black with #D63D4C
Text Example
Text Example
White with #D63D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D4C; }
p { color: rgb(214,61,76); }
H1.HeaderClassName
{
color: #D63D4C;
}
.AnyTagClassName
{
color: #D63D4C;
}
</style>
background-color css
<style>
a { background-color: #D63D4C; }
a { background-color: rgb(214,61,76); }
div.DivClassName
{
background-color: #D63D4C;
}
.BgClassName
{
background-color: #D63D4C;
}
</style>
border-color css
<style>
span { border-color: #D63D4C; }
span { border-color: rgb(214,61,76); }
td.TdClassName
{
border-color: #D63D4C;
}
.TagClassName
{
border-color: #D63D4C;
}
</style>