Shades of Brick Red #D42B48
Tints of Brick Red #D42B48
RGB
CMYK
RGB Variations
Color information
#D42B48 (or 0xD42B48) is known color: Brick Red. HEX triplet: D4, 2B and 48. RGB value is (212,43,72). Sum of RGB (Red+Green+Blue) = 212+43+72=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42B48 is #2BD4B7. Grayscale: #606060. Windows color (decimal): -2872504 or 4729812. OLE color: 4729812.
HSL color Cylindrical-coordinate representation of color #D42B48: hue angle of 349.7º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42B48 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 72 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.17 |
| HSL | 349.7º | 0.66% | 0.5% | - |
| HSV(B) | 349.7º | 0.8% | 0.83% | - |
| XYZ | 29.18 | 16.19 | 7.72 | - |
| YUV | 96.84 | 113.99 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 72 | 0 | 0.80 | 0.66 | 0.17 | 349.7 | 0.66 | 0.5 |
| Hex | D4 | 2B | 48 | 0 | 50 | 42 | 11 | 15E | 42 | 32 |
| Octal | 324 | 53 | 110 | 0 | 120 | 102 | 21 | 536 | 102 | 62 |
| Binary | 11010100 | 101011 | 1001000 | 0 | 1010000 | 1000010 | 10001 | 101011110 | 1000010 | 110010 |
Color Harmonies of #D42B48
Complementary color
Monochromatic Colors of #D42B48
Black with #D42B48
Text Example
Text Example
White with #D42B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42B48; }
p { color: rgb(212,43,72); }
H1.HeaderClassName
{
color: #D42B48;
}
.AnyTagClassName
{
color: #D42B48;
}
</style>
background-color css
<style>
a { background-color: #D42B48; }
a { background-color: rgb(212,43,72); }
div.DivClassName
{
background-color: #D42B48;
}
.BgClassName
{
background-color: #D42B48;
}
</style>
border-color css
<style>
span { border-color: #D42B48; }
span { border-color: rgb(212,43,72); }
td.TdClassName
{
border-color: #D42B48;
}
.TagClassName
{
border-color: #D42B48;
}
</style>