Shades of Brick Red #D63045
Tints of Brick Red #D63045
RGB
CMYK
RGB Variations
Color information
#D63045 (or 0xD63045) is known color: Brick Red. HEX triplet: D6, 30 and 45. RGB value is (214,48,69). Sum of RGB (Red+Green+Blue) = 214+48+69=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D63045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63045 is #29CFBA. Grayscale: #646464. Windows color (decimal): -2740155 or 4534486. OLE color: 4534486.
HSL color Cylindrical-coordinate representation of color #D63045: hue angle of 352.41º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D63045 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 48 | 69 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.16 |
| HSL | 352.41º | 0.67% | 0.51% | - |
| HSV(B) | 352.41º | 0.78% | 0.84% | - |
| XYZ | 29.86 | 16.84 | 7.31 | - |
| YUV | 100.03 | 110.5 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 69 | 0 | 0.78 | 0.68 | 0.16 | 352.41 | 0.67 | 0.51 |
| Hex | D6 | 30 | 45 | 0 | 4E | 44 | 10 | 160 | 43 | 33 |
| Octal | 326 | 60 | 105 | 0 | 116 | 104 | 20 | 540 | 103 | 63 |
| Binary | 11010110 | 110000 | 1000101 | 0 | 1001110 | 1000100 | 10000 | 101100000 | 1000011 | 110011 |
Color Harmonies of #D63045
Complementary color
Monochromatic Colors of #D63045
Black with #D63045
Text Example
Text Example
White with #D63045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63045; }
p { color: rgb(214,48,69); }
H1.HeaderClassName
{
color: #D63045;
}
.AnyTagClassName
{
color: #D63045;
}
</style>
background-color css
<style>
a { background-color: #D63045; }
a { background-color: rgb(214,48,69); }
div.DivClassName
{
background-color: #D63045;
}
.BgClassName
{
background-color: #D63045;
}
</style>
border-color css
<style>
span { border-color: #D63045; }
span { border-color: rgb(214,48,69); }
td.TdClassName
{
border-color: #D63045;
}
.TagClassName
{
border-color: #D63045;
}
</style>