Shades of Brick Red #D22C3E
Tints of Brick Red #D22C3E
RGB
CMYK
RGB Variations
Color information
#D22C3E (or 0xD22C3E) is known color: Brick Red. HEX triplet: D2, 2C and 3E. RGB value is (210,44,62). Sum of RGB (Red+Green+Blue) = 210+44+62=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22C3E is #2DD3C1. Grayscale: #5F5F5F. Windows color (decimal): -3003330 or 4074706. OLE color: 4074706.
HSL color Cylindrical-coordinate representation of color #D22C3E: hue angle of 353.49º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22C3E is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 62 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.18 |
| HSL | 353.49º | 0.65% | 0.5% | - |
| HSV(B) | 353.49º | 0.79% | 0.82% | - |
| XYZ | 28.35 | 15.85 | 6.12 | - |
| YUV | 95.69 | 109 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 62 | 0 | 0.79 | 0.70 | 0.18 | 353.49 | 0.65 | 0.5 |
| Hex | D2 | 2C | 3E | 0 | 4F | 46 | 12 | 161 | 41 | 32 |
| Octal | 322 | 54 | 76 | 0 | 117 | 106 | 22 | 541 | 101 | 62 |
| Binary | 11010010 | 101100 | 111110 | 0 | 1001111 | 1000110 | 10010 | 101100001 | 1000001 | 110010 |
Color Harmonies of #D22C3E
Complementary color
Monochromatic Colors of #D22C3E
Black with #D22C3E
Text Example
Text Example
White with #D22C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C3E; }
p { color: rgb(210,44,62); }
H1.HeaderClassName
{
color: #D22C3E;
}
.AnyTagClassName
{
color: #D22C3E;
}
</style>
background-color css
<style>
a { background-color: #D22C3E; }
a { background-color: rgb(210,44,62); }
div.DivClassName
{
background-color: #D22C3E;
}
.BgClassName
{
background-color: #D22C3E;
}
</style>
border-color css
<style>
span { border-color: #D22C3E; }
span { border-color: rgb(210,44,62); }
td.TdClassName
{
border-color: #D22C3E;
}
.TagClassName
{
border-color: #D22C3E;
}
</style>