Shades of Brick Red #D2273E
Tints of Brick Red #D2273E
RGB
CMYK
RGB Variations
Color information
#D2273E (or 0xD2273E) is known color: Brick Red. HEX triplet: D2, 27 and 3E. RGB value is (210,39,62). Sum of RGB (Red+Green+Blue) = 210+39+62=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2273E is #2DD8C1. Grayscale: #5C5C5C. Windows color (decimal): -3004610 or 4073426. OLE color: 4073426.
HSL color Cylindrical-coordinate representation of color #D2273E: hue angle of 351.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2273E is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 62 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.18 |
| HSL | 351.93º | 0.69% | 0.49% | - |
| HSV(B) | 351.93º | 0.81% | 0.82% | - |
| XYZ | 28.17 | 15.5 | 6.06 | - |
| YUV | 92.75 | 110.65 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 62 | 0 | 0.81 | 0.70 | 0.18 | 351.93 | 0.69 | 0.49 |
| Hex | D2 | 27 | 3E | 0 | 51 | 46 | 12 | 160 | 45 | 31 |
| Octal | 322 | 47 | 76 | 0 | 121 | 106 | 22 | 540 | 105 | 61 |
| Binary | 11010010 | 100111 | 111110 | 0 | 1010001 | 1000110 | 10010 | 101100000 | 1000101 | 110001 |
Color Harmonies of #D2273E
Complementary color
Monochromatic Colors of #D2273E
Black with #D2273E
Text Example
Text Example
White with #D2273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2273E; }
p { color: rgb(210,39,62); }
H1.HeaderClassName
{
color: #D2273E;
}
.AnyTagClassName
{
color: #D2273E;
}
</style>
background-color css
<style>
a { background-color: #D2273E; }
a { background-color: rgb(210,39,62); }
div.DivClassName
{
background-color: #D2273E;
}
.BgClassName
{
background-color: #D2273E;
}
</style>
border-color css
<style>
span { border-color: #D2273E; }
span { border-color: rgb(210,39,62); }
td.TdClassName
{
border-color: #D2273E;
}
.TagClassName
{
border-color: #D2273E;
}
</style>