Shades of Brick Red #D42545
Tints of Brick Red #D42545
RGB
CMYK
RGB Variations
Color information
#D42545 (or 0xD42545) is known color: Brick Red. HEX triplet: D4, 25 and 45. RGB value is (212,37,69). Sum of RGB (Red+Green+Blue) = 212+37+69=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D42545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42545 is #2BDABA. Grayscale: #5D5D5D. Windows color (decimal): -2874043 or 4531668. OLE color: 4531668.
HSL color Cylindrical-coordinate representation of color #D42545: hue angle of 349.03º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42545 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 69 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.17 |
| HSL | 349.03º | 0.7% | 0.49% | - |
| HSV(B) | 349.03º | 0.83% | 0.83% | - |
| XYZ | 28.89 | 15.75 | 7.15 | - |
| YUV | 92.97 | 114.48 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 69 | 0 | 0.83 | 0.67 | 0.17 | 349.03 | 0.7 | 0.49 |
| Hex | D4 | 25 | 45 | 0 | 53 | 43 | 11 | 15D | 46 | 31 |
| Octal | 324 | 45 | 105 | 0 | 123 | 103 | 21 | 535 | 106 | 61 |
| Binary | 11010100 | 100101 | 1000101 | 0 | 1010011 | 1000011 | 10001 | 101011101 | 1000110 | 110001 |
Color Harmonies of #D42545
Complementary color
Monochromatic Colors of #D42545
Black with #D42545
Text Example
Text Example
White with #D42545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42545; }
p { color: rgb(212,37,69); }
H1.HeaderClassName
{
color: #D42545;
}
.AnyTagClassName
{
color: #D42545;
}
</style>
background-color css
<style>
a { background-color: #D42545; }
a { background-color: rgb(212,37,69); }
div.DivClassName
{
background-color: #D42545;
}
.BgClassName
{
background-color: #D42545;
}
</style>
border-color css
<style>
span { border-color: #D42545; }
span { border-color: rgb(212,37,69); }
td.TdClassName
{
border-color: #D42545;
}
.TagClassName
{
border-color: #D42545;
}
</style>