Shades of Brick Red #D5384C
Tints of Brick Red #D5384C
RGB
CMYK
RGB Variations
Color information
#D5384C (or 0xD5384C) is known color: Brick Red. HEX triplet: D5, 38 and 4C. RGB value is (213,56,76). Sum of RGB (Red+Green+Blue) = 213+56+76=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5384C is #2AC7B3. Grayscale: #696969. Windows color (decimal): -2803636 or 4995285. OLE color: 4995285.
HSL color Cylindrical-coordinate representation of color #D5384C: hue angle of 352.36º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5384C is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 76 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.16 |
| HSL | 352.36º | 0.65% | 0.53% | - |
| HSV(B) | 352.36º | 0.74% | 0.84% | - |
| XYZ | 30.16 | 17.5 | 8.63 | - |
| YUV | 105.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 76 | 0 | 0.74 | 0.64 | 0.16 | 352.36 | 0.65 | 0.53 |
| Hex | D5 | 38 | 4C | 0 | 4A | 40 | 10 | 160 | 41 | 35 |
| Octal | 325 | 70 | 114 | 0 | 112 | 100 | 20 | 540 | 101 | 65 |
| Binary | 11010101 | 111000 | 1001100 | 0 | 1001010 | 1000000 | 10000 | 101100000 | 1000001 | 110101 |
Color Harmonies of #D5384C
Complementary color
Monochromatic Colors of #D5384C
Black with #D5384C
Text Example
Text Example
White with #D5384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5384C; }
p { color: rgb(213,56,76); }
H1.HeaderClassName
{
color: #D5384C;
}
.AnyTagClassName
{
color: #D5384C;
}
</style>
background-color css
<style>
a { background-color: #D5384C; }
a { background-color: rgb(213,56,76); }
div.DivClassName
{
background-color: #D5384C;
}
.BgClassName
{
background-color: #D5384C;
}
</style>
border-color css
<style>
span { border-color: #D5384C; }
span { border-color: rgb(213,56,76); }
td.TdClassName
{
border-color: #D5384C;
}
.TagClassName
{
border-color: #D5384C;
}
</style>