Shades of Brick Red #D42644
Tints of Brick Red #D42644
RGB
CMYK
RGB Variations
Color information
#D42644 (or 0xD42644) is known color: Brick Red. HEX triplet: D4, 26 and 44. RGB value is (212,38,68). Sum of RGB (Red+Green+Blue) = 212+38+68=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D42644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42644 is #2BD9BB. Grayscale: #5D5D5D. Windows color (decimal): -2873788 or 4466388. OLE color: 4466388.
HSL color Cylindrical-coordinate representation of color #D42644: hue angle of 349.66º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42644 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 68 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.17 |
| HSL | 349.66º | 0.7% | 0.49% | - |
| HSV(B) | 349.66º | 0.82% | 0.83% | - |
| XYZ | 28.89 | 15.8 | 7 | - |
| YUV | 93.45 | 113.65 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 68 | 0 | 0.82 | 0.68 | 0.17 | 349.66 | 0.7 | 0.49 |
| Hex | D4 | 26 | 44 | 0 | 52 | 44 | 11 | 15E | 46 | 31 |
| Octal | 324 | 46 | 104 | 0 | 122 | 104 | 21 | 536 | 106 | 61 |
| Binary | 11010100 | 100110 | 1000100 | 0 | 1010010 | 1000100 | 10001 | 101011110 | 1000110 | 110001 |
Color Harmonies of #D42644
Complementary color
Monochromatic Colors of #D42644
Black with #D42644
Text Example
Text Example
White with #D42644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42644; }
p { color: rgb(212,38,68); }
H1.HeaderClassName
{
color: #D42644;
}
.AnyTagClassName
{
color: #D42644;
}
</style>
background-color css
<style>
a { background-color: #D42644; }
a { background-color: rgb(212,38,68); }
div.DivClassName
{
background-color: #D42644;
}
.BgClassName
{
background-color: #D42644;
}
</style>
border-color css
<style>
span { border-color: #D42644; }
span { border-color: rgb(212,38,68); }
td.TdClassName
{
border-color: #D42644;
}
.TagClassName
{
border-color: #D42644;
}
</style>