Shades of Brick Red #D63143
Tints of Brick Red #D63143
RGB
CMYK
RGB Variations
Color information
#D63143 (or 0xD63143) is known color: Brick Red. HEX triplet: D6, 31 and 43. RGB value is (214,49,67). Sum of RGB (Red+Green+Blue) = 214+49+67=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D63143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63143 is #29CEBC. Grayscale: #646464. Windows color (decimal): -2739901 or 4403670. OLE color: 4403670.
HSL color Cylindrical-coordinate representation of color #D63143: hue angle of 353.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63143 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 67 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.16 |
| HSL | 353.45º | 0.67% | 0.52% | - |
| HSV(B) | 353.45º | 0.77% | 0.84% | - |
| XYZ | 29.84 | 16.9 | 7 | - |
| YUV | 100.39 | 109.16 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 67 | 0 | 0.77 | 0.69 | 0.16 | 353.45 | 0.67 | 0.52 |
| Hex | D6 | 31 | 43 | 0 | 4D | 45 | 10 | 161 | 43 | 34 |
| Octal | 326 | 61 | 103 | 0 | 115 | 105 | 20 | 541 | 103 | 64 |
| Binary | 11010110 | 110001 | 1000011 | 0 | 1001101 | 1000101 | 10000 | 101100001 | 1000011 | 110100 |
Color Harmonies of #D63143
Complementary color
Monochromatic Colors of #D63143
Black with #D63143
Text Example
Text Example
White with #D63143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63143; }
p { color: rgb(214,49,67); }
H1.HeaderClassName
{
color: #D63143;
}
.AnyTagClassName
{
color: #D63143;
}
</style>
background-color css
<style>
a { background-color: #D63143; }
a { background-color: rgb(214,49,67); }
div.DivClassName
{
background-color: #D63143;
}
.BgClassName
{
background-color: #D63143;
}
</style>
border-color css
<style>
span { border-color: #D63143; }
span { border-color: rgb(214,49,67); }
td.TdClassName
{
border-color: #D63143;
}
.TagClassName
{
border-color: #D63143;
}
</style>