Shades of Brick Red #D0384D
Tints of Brick Red #D0384D
RGB
CMYK
RGB Variations
Color information
#D0384D (or 0xD0384D) is known color: Brick Red. HEX triplet: D0, 38 and 4D. RGB value is (208,56,77). Sum of RGB (Red+Green+Blue) = 208+56+77=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0384D is #2FC7B2. Grayscale: #676767. Windows color (decimal): -3131315 or 5060816. OLE color: 5060816.
HSL color Cylindrical-coordinate representation of color #D0384D: hue angle of 351.71º 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 #D0384D is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 77 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.18 |
| HSL | 351.71º | 0.62% | 0.52% | - |
| HSV(B) | 351.71º | 0.73% | 0.82% | - |
| XYZ | 28.77 | 16.77 | 8.74 | - |
| YUV | 103.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 77 | 0 | 0.73 | 0.63 | 0.18 | 351.71 | 0.62 | 0.52 |
| Hex | D0 | 38 | 4D | 0 | 49 | 3F | 12 | 160 | 3E | 34 |
| Octal | 320 | 70 | 115 | 0 | 111 | 77 | 22 | 540 | 76 | 64 |
| Binary | 11010000 | 111000 | 1001101 | 0 | 1001001 | 111111 | 10010 | 101100000 | 111110 | 110100 |
Color Harmonies of #D0384D
Complementary color
Monochromatic Colors of #D0384D
Black with #D0384D
Text Example
Text Example
White with #D0384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0384D; }
p { color: rgb(208,56,77); }
H1.HeaderClassName
{
color: #D0384D;
}
.AnyTagClassName
{
color: #D0384D;
}
</style>
background-color css
<style>
a { background-color: #D0384D; }
a { background-color: rgb(208,56,77); }
div.DivClassName
{
background-color: #D0384D;
}
.BgClassName
{
background-color: #D0384D;
}
</style>
border-color css
<style>
span { border-color: #D0384D; }
span { border-color: rgb(208,56,77); }
td.TdClassName
{
border-color: #D0384D;
}
.TagClassName
{
border-color: #D0384D;
}
</style>