Shades of Brick Red #D93244
Tints of Brick Red #D93244
RGB
CMYK
RGB Variations
Color information
#D93244 (or 0xD93244) is known color: Brick Red. HEX triplet: D9, 32 and 44. RGB value is (217,50,68). Sum of RGB (Red+Green+Blue) = 217+50+68=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D93244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93244 is #26CDBB. Grayscale: #666666. Windows color (decimal): -2543036 or 4469465. OLE color: 4469465.
HSL color Cylindrical-coordinate representation of color #D93244: hue angle of 353.53º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93244 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 68 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.15 |
| HSL | 353.53º | 0.69% | 0.52% | - |
| HSV(B) | 353.53º | 0.77% | 0.85% | - |
| XYZ | 30.8 | 17.45 | 7.21 | - |
| YUV | 101.99 | 108.83 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 68 | 0 | 0.77 | 0.69 | 0.15 | 353.53 | 0.69 | 0.52 |
| Hex | D9 | 32 | 44 | 0 | 4D | 45 | F | 162 | 45 | 34 |
| Octal | 331 | 62 | 104 | 0 | 115 | 105 | 17 | 542 | 105 | 64 |
| Binary | 11011001 | 110010 | 1000100 | 0 | 1001101 | 1000101 | 1111 | 101100010 | 1000101 | 110100 |
Color Harmonies of #D93244
Complementary color
Monochromatic Colors of #D93244
Black with #D93244
Text Example
Text Example
White with #D93244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93244; }
p { color: rgb(217,50,68); }
H1.HeaderClassName
{
color: #D93244;
}
.AnyTagClassName
{
color: #D93244;
}
</style>
background-color css
<style>
a { background-color: #D93244; }
a { background-color: rgb(217,50,68); }
div.DivClassName
{
background-color: #D93244;
}
.BgClassName
{
background-color: #D93244;
}
</style>
border-color css
<style>
span { border-color: #D93244; }
span { border-color: rgb(217,50,68); }
td.TdClassName
{
border-color: #D93244;
}
.TagClassName
{
border-color: #D93244;
}
</style>