Shades of Brick Red #D1303F
Tints of Brick Red #D1303F
RGB
CMYK
RGB Variations
Color information
#D1303F (or 0xD1303F) is known color: Brick Red. HEX triplet: D1, 30 and 3F. RGB value is (209,48,63). Sum of RGB (Red+Green+Blue) = 209+48+63=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1303F is #2ECFC0. Grayscale: #616161. Windows color (decimal): -3067841 or 4141265. OLE color: 4141265.
HSL color Cylindrical-coordinate representation of color #D1303F: hue angle of 354.41º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1303F is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 63 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.18 |
| HSL | 354.41º | 0.64% | 0.5% | - |
| HSV(B) | 354.41º | 0.77% | 0.82% | - |
| XYZ | 28.25 | 16.03 | 6.31 | - |
| YUV | 97.85 | 108.34 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 63 | 0 | 0.77 | 0.70 | 0.18 | 354.41 | 0.64 | 0.5 |
| Hex | D1 | 30 | 3F | 0 | 4D | 46 | 12 | 162 | 40 | 32 |
| Octal | 321 | 60 | 77 | 0 | 115 | 106 | 22 | 542 | 100 | 62 |
| Binary | 11010001 | 110000 | 111111 | 0 | 1001101 | 1000110 | 10010 | 101100010 | 1000000 | 110010 |
Color Harmonies of #D1303F
Complementary color
Monochromatic Colors of #D1303F
Black with #D1303F
Text Example
Text Example
White with #D1303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1303F; }
p { color: rgb(209,48,63); }
H1.HeaderClassName
{
color: #D1303F;
}
.AnyTagClassName
{
color: #D1303F;
}
</style>
background-color css
<style>
a { background-color: #D1303F; }
a { background-color: rgb(209,48,63); }
div.DivClassName
{
background-color: #D1303F;
}
.BgClassName
{
background-color: #D1303F;
}
</style>
border-color css
<style>
span { border-color: #D1303F; }
span { border-color: rgb(209,48,63); }
td.TdClassName
{
border-color: #D1303F;
}
.TagClassName
{
border-color: #D1303F;
}
</style>