Shades of Brick Red #D22D3D
Tints of Brick Red #D22D3D
RGB
CMYK
RGB Variations
Color information
#D22D3D (or 0xD22D3D) is known color: Brick Red. HEX triplet: D2, 2D and 3D. RGB value is (210,45,61). Sum of RGB (Red+Green+Blue) = 210+45+61=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22D3D is #2DD2C2. Grayscale: #606060. Windows color (decimal): -3003075 or 4009426. OLE color: 4009426.
HSL color Cylindrical-coordinate representation of color #D22D3D: hue angle of 354.18º 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 #D22D3D is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 61 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.18 |
| HSL | 354.18º | 0.65% | 0.5% | - |
| HSV(B) | 354.18º | 0.79% | 0.82% | - |
| XYZ | 28.36 | 15.92 | 5.99 | - |
| YUV | 96.16 | 108.16 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 61 | 0 | 0.79 | 0.71 | 0.18 | 354.18 | 0.65 | 0.5 |
| Hex | D2 | 2D | 3D | 0 | 4F | 47 | 12 | 162 | 41 | 32 |
| Octal | 322 | 55 | 75 | 0 | 117 | 107 | 22 | 542 | 101 | 62 |
| Binary | 11010010 | 101101 | 111101 | 0 | 1001111 | 1000111 | 10010 | 101100010 | 1000001 | 110010 |
Color Harmonies of #D22D3D
Complementary color
Monochromatic Colors of #D22D3D
Black with #D22D3D
Text Example
Text Example
White with #D22D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22D3D; }
p { color: rgb(210,45,61); }
H1.HeaderClassName
{
color: #D22D3D;
}
.AnyTagClassName
{
color: #D22D3D;
}
</style>
background-color css
<style>
a { background-color: #D22D3D; }
a { background-color: rgb(210,45,61); }
div.DivClassName
{
background-color: #D22D3D;
}
.BgClassName
{
background-color: #D22D3D;
}
</style>
border-color css
<style>
span { border-color: #D22D3D; }
span { border-color: rgb(210,45,61); }
td.TdClassName
{
border-color: #D22D3D;
}
.TagClassName
{
border-color: #D22D3D;
}
</style>