Shades of Brick Red #D0394B
Tints of Brick Red #D0394B
RGB
CMYK
RGB Variations
Color information
#D0394B (or 0xD0394B) is known color: Brick Red. HEX triplet: D0, 39 and 4B. RGB value is (208,57,75). Sum of RGB (Red+Green+Blue) = 208+57+75=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0394B is #2FC6B4. Grayscale: #686868. Windows color (decimal): -3131061 or 4930000. OLE color: 4930000.
HSL color Cylindrical-coordinate representation of color #D0394B: hue angle of 352.85º 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 #D0394B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 75 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.18 |
| HSL | 352.85º | 0.62% | 0.52% | - |
| HSV(B) | 352.85º | 0.73% | 0.82% | - |
| XYZ | 28.75 | 16.84 | 8.39 | - |
| YUV | 104.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 75 | 0 | 0.73 | 0.64 | 0.18 | 352.85 | 0.62 | 0.52 |
| Hex | D0 | 39 | 4B | 0 | 49 | 40 | 12 | 161 | 3E | 34 |
| Octal | 320 | 71 | 113 | 0 | 111 | 100 | 22 | 541 | 76 | 64 |
| Binary | 11010000 | 111001 | 1001011 | 0 | 1001001 | 1000000 | 10010 | 101100001 | 111110 | 110100 |
Color Harmonies of #D0394B
Complementary color
Monochromatic Colors of #D0394B
Black with #D0394B
Text Example
Text Example
White with #D0394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0394B; }
p { color: rgb(208,57,75); }
H1.HeaderClassName
{
color: #D0394B;
}
.AnyTagClassName
{
color: #D0394B;
}
</style>
background-color css
<style>
a { background-color: #D0394B; }
a { background-color: rgb(208,57,75); }
div.DivClassName
{
background-color: #D0394B;
}
.BgClassName
{
background-color: #D0394B;
}
</style>
border-color css
<style>
span { border-color: #D0394B; }
span { border-color: rgb(208,57,75); }
td.TdClassName
{
border-color: #D0394B;
}
.TagClassName
{
border-color: #D0394B;
}
</style>