Shades of Brick Red #D43245
Tints of Brick Red #D43245
RGB
CMYK
RGB Variations
Color information
#D43245 (or 0xD43245) is known color: Brick Red. HEX triplet: D4, 32 and 45. RGB value is (212,50,69). Sum of RGB (Red+Green+Blue) = 212+50+69=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D43245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43245 is #2BCDBA. Grayscale: #646464. Windows color (decimal): -2870715 or 4534996. OLE color: 4534996.
HSL color Cylindrical-coordinate representation of color #D43245: hue angle of 352.96º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43245 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 69 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.17 |
| HSL | 352.96º | 0.65% | 0.51% | - |
| HSV(B) | 352.96º | 0.76% | 0.83% | - |
| XYZ | 29.37 | 16.71 | 7.31 | - |
| YUV | 100.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 69 | 0 | 0.76 | 0.67 | 0.17 | 352.96 | 0.65 | 0.51 |
| Hex | D4 | 32 | 45 | 0 | 4C | 43 | 11 | 161 | 41 | 33 |
| Octal | 324 | 62 | 105 | 0 | 114 | 103 | 21 | 541 | 101 | 63 |
| Binary | 11010100 | 110010 | 1000101 | 0 | 1001100 | 1000011 | 10001 | 101100001 | 1000001 | 110011 |
Color Harmonies of #D43245
Complementary color
Monochromatic Colors of #D43245
Black with #D43245
Text Example
Text Example
White with #D43245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43245; }
p { color: rgb(212,50,69); }
H1.HeaderClassName
{
color: #D43245;
}
.AnyTagClassName
{
color: #D43245;
}
</style>
background-color css
<style>
a { background-color: #D43245; }
a { background-color: rgb(212,50,69); }
div.DivClassName
{
background-color: #D43245;
}
.BgClassName
{
background-color: #D43245;
}
</style>
border-color css
<style>
span { border-color: #D43245; }
span { border-color: rgb(212,50,69); }
td.TdClassName
{
border-color: #D43245;
}
.TagClassName
{
border-color: #D43245;
}
</style>