Shades of Brick Red #D63947
Tints of Brick Red #D63947
RGB
CMYK
RGB Variations
Color information
#D63947 (or 0xD63947) is known color: Brick Red. HEX triplet: D6, 39 and 47. RGB value is (214,57,71). Sum of RGB (Red+Green+Blue) = 214+57+71=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D63947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63947 is #29C6B8. Grayscale: #696969. Windows color (decimal): -2737849 or 4667862. OLE color: 4667862.
HSL color Cylindrical-coordinate representation of color #D63947: hue angle of 354.65º 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 #D63947 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 71 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.16 |
| HSL | 354.65º | 0.66% | 0.53% | - |
| HSV(B) | 354.65º | 0.73% | 0.84% | - |
| XYZ | 30.33 | 17.68 | 7.77 | - |
| YUV | 105.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 71 | 0 | 0.73 | 0.67 | 0.16 | 354.65 | 0.66 | 0.53 |
| Hex | D6 | 39 | 47 | 0 | 49 | 43 | 10 | 163 | 42 | 35 |
| Octal | 326 | 71 | 107 | 0 | 111 | 103 | 20 | 543 | 102 | 65 |
| Binary | 11010110 | 111001 | 1000111 | 0 | 1001001 | 1000011 | 10000 | 101100011 | 1000010 | 110101 |
Color Harmonies of #D63947
Complementary color
Monochromatic Colors of #D63947
Black with #D63947
Text Example
Text Example
White with #D63947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63947; }
p { color: rgb(214,57,71); }
H1.HeaderClassName
{
color: #D63947;
}
.AnyTagClassName
{
color: #D63947;
}
</style>
background-color css
<style>
a { background-color: #D63947; }
a { background-color: rgb(214,57,71); }
div.DivClassName
{
background-color: #D63947;
}
.BgClassName
{
background-color: #D63947;
}
</style>
border-color css
<style>
span { border-color: #D63947; }
span { border-color: rgb(214,57,71); }
td.TdClassName
{
border-color: #D63947;
}
.TagClassName
{
border-color: #D63947;
}
</style>