Shades of Brick Red #D0394D
Tints of Brick Red #D0394D
RGB
CMYK
RGB Variations
Color information
#D0394D (or 0xD0394D) is known color: Brick Red. HEX triplet: D0, 39 and 4D. RGB value is (208,57,77). Sum of RGB (Red+Green+Blue) = 208+57+77=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D0394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0394D is #2FC6B2. Grayscale: #686868. Windows color (decimal): -3131059 or 5061072. OLE color: 5061072.
HSL color Cylindrical-coordinate representation of color #D0394D: hue angle of 352.05º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0394D is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 77 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.18 |
| HSL | 352.05º | 0.62% | 0.52% | - |
| HSV(B) | 352.05º | 0.73% | 0.82% | - |
| XYZ | 28.82 | 16.87 | 8.76 | - |
| YUV | 104.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 77 | 0 | 0.73 | 0.63 | 0.18 | 352.05 | 0.62 | 0.52 |
| Hex | D0 | 39 | 4D | 0 | 49 | 3F | 12 | 160 | 3E | 34 |
| Octal | 320 | 71 | 115 | 0 | 111 | 77 | 22 | 540 | 76 | 64 |
| Binary | 11010000 | 111001 | 1001101 | 0 | 1001001 | 111111 | 10010 | 101100000 | 111110 | 110100 |
Color Harmonies of #D0394D
Complementary color
Monochromatic Colors of #D0394D
Black with #D0394D
Text Example
Text Example
White with #D0394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0394D; }
p { color: rgb(208,57,77); }
H1.HeaderClassName
{
color: #D0394D;
}
.AnyTagClassName
{
color: #D0394D;
}
</style>
background-color css
<style>
a { background-color: #D0394D; }
a { background-color: rgb(208,57,77); }
div.DivClassName
{
background-color: #D0394D;
}
.BgClassName
{
background-color: #D0394D;
}
</style>
border-color css
<style>
span { border-color: #D0394D; }
span { border-color: rgb(208,57,77); }
td.TdClassName
{
border-color: #D0394D;
}
.TagClassName
{
border-color: #D0394D;
}
</style>