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