Shades of Brick Red #D63A47
Tints of Brick Red #D63A47
RGB
CMYK
RGB Variations
Color information
#D63A47 (or 0xD63A47) is known color: Brick Red. HEX triplet: D6, 3A and 47. RGB value is (214,58,71). Sum of RGB (Red+Green+Blue) = 214+58+71=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A47 is #29C5B8. Grayscale: #6A6A6A. Windows color (decimal): -2737593 or 4668118. OLE color: 4668118.
HSL color Cylindrical-coordinate representation of color #D63A47: hue angle of 355º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63A47 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 71 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.16 |
| HSL | 355º | 0.66% | 0.53% | - |
| HSV(B) | 355º | 0.73% | 0.84% | - |
| XYZ | 30.38 | 17.78 | 7.79 | - |
| YUV | 106.13 | 108.18 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 71 | 0 | 0.73 | 0.67 | 0.16 | 355 | 0.66 | 0.53 |
| Hex | D6 | 3A | 47 | 0 | 49 | 43 | 10 | 163 | 42 | 35 |
| Octal | 326 | 72 | 107 | 0 | 111 | 103 | 20 | 543 | 102 | 65 |
| Binary | 11010110 | 111010 | 1000111 | 0 | 1001001 | 1000011 | 10000 | 101100011 | 1000010 | 110101 |
Color Harmonies of #D63A47
Complementary color
Monochromatic Colors of #D63A47
Black with #D63A47
Text Example
Text Example
White with #D63A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A47; }
p { color: rgb(214,58,71); }
H1.HeaderClassName
{
color: #D63A47;
}
.AnyTagClassName
{
color: #D63A47;
}
</style>
background-color css
<style>
a { background-color: #D63A47; }
a { background-color: rgb(214,58,71); }
div.DivClassName
{
background-color: #D63A47;
}
.BgClassName
{
background-color: #D63A47;
}
</style>
border-color css
<style>
span { border-color: #D63A47; }
span { border-color: rgb(214,58,71); }
td.TdClassName
{
border-color: #D63A47;
}
.TagClassName
{
border-color: #D63A47;
}
</style>