Shades of Brick Red #D5384A
Tints of Brick Red #D5384A
RGB
CMYK
RGB Variations
Color information
#D5384A (or 0xD5384A) is known color: Brick Red. HEX triplet: D5, 38 and 4A. RGB value is (213,56,74). Sum of RGB (Red+Green+Blue) = 213+56+74=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5384A is #2AC7B5. Grayscale: #696969. Windows color (decimal): -2803638 or 4864213. OLE color: 4864213.
HSL color Cylindrical-coordinate representation of color #D5384A: hue angle of 353.12º 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 #D5384A is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 74 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.16 |
| HSL | 353.12º | 0.65% | 0.53% | - |
| HSV(B) | 353.12º | 0.74% | 0.84% | - |
| XYZ | 30.09 | 17.47 | 8.26 | - |
| YUV | 105 | 110.51 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 74 | 0 | 0.74 | 0.65 | 0.16 | 353.12 | 0.65 | 0.53 |
| Hex | D5 | 38 | 4A | 0 | 4A | 41 | 10 | 161 | 41 | 35 |
| Octal | 325 | 70 | 112 | 0 | 112 | 101 | 20 | 541 | 101 | 65 |
| Binary | 11010101 | 111000 | 1001010 | 0 | 1001010 | 1000001 | 10000 | 101100001 | 1000001 | 110101 |
Color Harmonies of #D5384A
Complementary color
Monochromatic Colors of #D5384A
Black with #D5384A
Text Example
Text Example
White with #D5384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5384A; }
p { color: rgb(213,56,74); }
H1.HeaderClassName
{
color: #D5384A;
}
.AnyTagClassName
{
color: #D5384A;
}
</style>
background-color css
<style>
a { background-color: #D5384A; }
a { background-color: rgb(213,56,74); }
div.DivClassName
{
background-color: #D5384A;
}
.BgClassName
{
background-color: #D5384A;
}
</style>
border-color css
<style>
span { border-color: #D5384A; }
span { border-color: rgb(213,56,74); }
td.TdClassName
{
border-color: #D5384A;
}
.TagClassName
{
border-color: #D5384A;
}
</style>