Shades of Brick Red #D63245
Tints of Brick Red #D63245
RGB
CMYK
RGB Variations
Color information
#D63245 (or 0xD63245) is known color: Brick Red. HEX triplet: D6, 32 and 45. RGB value is (214,50,69). Sum of RGB (Red+Green+Blue) = 214+50+69=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D63245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63245 is #29CDBA. Grayscale: #656565. Windows color (decimal): -2739643 or 4534998. OLE color: 4534998.
HSL color Cylindrical-coordinate representation of color #D63245: hue angle of 353.05º 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 #D63245 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 69 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.16 |
| HSL | 353.05º | 0.67% | 0.52% | - |
| HSV(B) | 353.05º | 0.77% | 0.84% | - |
| XYZ | 29.95 | 17.01 | 7.33 | - |
| YUV | 101.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 69 | 0 | 0.77 | 0.68 | 0.16 | 353.05 | 0.67 | 0.52 |
| Hex | D6 | 32 | 45 | 0 | 4D | 44 | 10 | 161 | 43 | 34 |
| Octal | 326 | 62 | 105 | 0 | 115 | 104 | 20 | 541 | 103 | 64 |
| Binary | 11010110 | 110010 | 1000101 | 0 | 1001101 | 1000100 | 10000 | 101100001 | 1000011 | 110100 |
Color Harmonies of #D63245
Complementary color
Monochromatic Colors of #D63245
Black with #D63245
Text Example
Text Example
White with #D63245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63245; }
p { color: rgb(214,50,69); }
H1.HeaderClassName
{
color: #D63245;
}
.AnyTagClassName
{
color: #D63245;
}
</style>
background-color css
<style>
a { background-color: #D63245; }
a { background-color: rgb(214,50,69); }
div.DivClassName
{
background-color: #D63245;
}
.BgClassName
{
background-color: #D63245;
}
</style>
border-color css
<style>
span { border-color: #D63245; }
span { border-color: rgb(214,50,69); }
td.TdClassName
{
border-color: #D63245;
}
.TagClassName
{
border-color: #D63245;
}
</style>