Shades of Brick Red #D2273B
Tints of Brick Red #D2273B
RGB
CMYK
RGB Variations
Color information
#D2273B (or 0xD2273B) is known color: Brick Red. HEX triplet: D2, 27 and 3B. RGB value is (210,39,59). Sum of RGB (Red+Green+Blue) = 210+39+59=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2273B is #2DD8C4. Grayscale: #5C5C5C. Windows color (decimal): -3004613 or 3876818. OLE color: 3876818.
HSL color Cylindrical-coordinate representation of color #D2273B: hue angle of 352.98º 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 #D2273B is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 59 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.18 |
| HSL | 352.98º | 0.69% | 0.49% | - |
| HSV(B) | 352.98º | 0.81% | 0.82% | - |
| XYZ | 28.09 | 15.47 | 5.64 | - |
| YUV | 92.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 59 | 0 | 0.81 | 0.72 | 0.18 | 352.98 | 0.69 | 0.49 |
| Hex | D2 | 27 | 3B | 0 | 51 | 48 | 12 | 161 | 45 | 31 |
| Octal | 322 | 47 | 73 | 0 | 121 | 110 | 22 | 541 | 105 | 61 |
| Binary | 11010010 | 100111 | 111011 | 0 | 1010001 | 1001000 | 10010 | 101100001 | 1000101 | 110001 |
Color Harmonies of #D2273B
Complementary color
Monochromatic Colors of #D2273B
Black with #D2273B
Text Example
Text Example
White with #D2273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2273B; }
p { color: rgb(210,39,59); }
H1.HeaderClassName
{
color: #D2273B;
}
.AnyTagClassName
{
color: #D2273B;
}
</style>
background-color css
<style>
a { background-color: #D2273B; }
a { background-color: rgb(210,39,59); }
div.DivClassName
{
background-color: #D2273B;
}
.BgClassName
{
background-color: #D2273B;
}
</style>
border-color css
<style>
span { border-color: #D2273B; }
span { border-color: rgb(210,39,59); }
td.TdClassName
{
border-color: #D2273B;
}
.TagClassName
{
border-color: #D2273B;
}
</style>