Shades of Brick Red #D0313E
Tints of Brick Red #D0313E
RGB
CMYK
RGB Variations
Color information
#D0313E (or 0xD0313E) is known color: Brick Red. HEX triplet: D0, 31 and 3E. RGB value is (208,49,62). Sum of RGB (Red+Green+Blue) = 208+49+62=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0313E is #2FCEC1. Grayscale: #626262. Windows color (decimal): -3133122 or 4075984. OLE color: 4075984.
HSL color Cylindrical-coordinate representation of color #D0313E: hue angle of 355.09º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0313E is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 62 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.18 |
| HSL | 355.09º | 0.63% | 0.5% | - |
| HSV(B) | 355.09º | 0.76% | 0.82% | - |
| XYZ | 27.98 | 15.95 | 6.16 | - |
| YUV | 98.02 | 107.68 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 62 | 0 | 0.76 | 0.70 | 0.18 | 355.09 | 0.63 | 0.5 |
| Hex | D0 | 31 | 3E | 0 | 4C | 46 | 12 | 163 | 3F | 32 |
| Octal | 320 | 61 | 76 | 0 | 114 | 106 | 22 | 543 | 77 | 62 |
| Binary | 11010000 | 110001 | 111110 | 0 | 1001100 | 1000110 | 10010 | 101100011 | 111111 | 110010 |
Color Harmonies of #D0313E
Complementary color
Monochromatic Colors of #D0313E
Black with #D0313E
Text Example
Text Example
White with #D0313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0313E; }
p { color: rgb(208,49,62); }
H1.HeaderClassName
{
color: #D0313E;
}
.AnyTagClassName
{
color: #D0313E;
}
</style>
background-color css
<style>
a { background-color: #D0313E; }
a { background-color: rgb(208,49,62); }
div.DivClassName
{
background-color: #D0313E;
}
.BgClassName
{
background-color: #D0313E;
}
</style>
border-color css
<style>
span { border-color: #D0313E; }
span { border-color: rgb(208,49,62); }
td.TdClassName
{
border-color: #D0313E;
}
.TagClassName
{
border-color: #D0313E;
}
</style>