Shades of Brick Red #D63644
Tints of Brick Red #D63644
RGB
CMYK
RGB Variations
Color information
#D63644 (or 0xD63644) is known color: Brick Red. HEX triplet: D6, 36 and 44. RGB value is (214,54,68). Sum of RGB (Red+Green+Blue) = 214+54+68=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D63644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63644 is #29C9BB. Grayscale: #676767. Windows color (decimal): -2738620 or 4470486. OLE color: 4470486.
HSL color Cylindrical-coordinate representation of color #D63644: hue angle of 354.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63644 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 68 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.16 |
| HSL | 354.75º | 0.66% | 0.53% | - |
| HSV(B) | 354.75º | 0.75% | 0.84% | - |
| XYZ | 30.09 | 17.35 | 7.23 | - |
| YUV | 103.44 | 108.01 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 68 | 0 | 0.75 | 0.68 | 0.16 | 354.75 | 0.66 | 0.53 |
| Hex | D6 | 36 | 44 | 0 | 4B | 44 | 10 | 163 | 42 | 35 |
| Octal | 326 | 66 | 104 | 0 | 113 | 104 | 20 | 543 | 102 | 65 |
| Binary | 11010110 | 110110 | 1000100 | 0 | 1001011 | 1000100 | 10000 | 101100011 | 1000010 | 110101 |
Color Harmonies of #D63644
Complementary color
Monochromatic Colors of #D63644
Black with #D63644
Text Example
Text Example
White with #D63644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63644; }
p { color: rgb(214,54,68); }
H1.HeaderClassName
{
color: #D63644;
}
.AnyTagClassName
{
color: #D63644;
}
</style>
background-color css
<style>
a { background-color: #D63644; }
a { background-color: rgb(214,54,68); }
div.DivClassName
{
background-color: #D63644;
}
.BgClassName
{
background-color: #D63644;
}
</style>
border-color css
<style>
span { border-color: #D63644; }
span { border-color: rgb(214,54,68); }
td.TdClassName
{
border-color: #D63644;
}
.TagClassName
{
border-color: #D63644;
}
</style>