Shades of Brick Red #D6384B
Tints of Brick Red #D6384B
RGB
CMYK
RGB Variations
Color information
#D6384B (or 0xD6384B) is known color: Brick Red. HEX triplet: D6, 38 and 4B. RGB value is (214,56,75). Sum of RGB (Red+Green+Blue) = 214+56+75=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6384B is #29C7B4. Grayscale: #696969. Windows color (decimal): -2738101 or 4929750. OLE color: 4929750.
HSL color Cylindrical-coordinate representation of color #D6384B: hue angle of 352.78º degrees, saturation: 0.66, 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 #D6384B is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 75 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.16 |
| HSL | 352.78º | 0.66% | 0.53% | - |
| HSV(B) | 352.78º | 0.74% | 0.84% | - |
| XYZ | 30.42 | 17.63 | 8.46 | - |
| YUV | 105.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 75 | 0 | 0.74 | 0.65 | 0.16 | 352.78 | 0.66 | 0.53 |
| Hex | D6 | 38 | 4B | 0 | 4A | 41 | 10 | 161 | 42 | 35 |
| Octal | 326 | 70 | 113 | 0 | 112 | 101 | 20 | 541 | 102 | 65 |
| Binary | 11010110 | 111000 | 1001011 | 0 | 1001010 | 1000001 | 10000 | 101100001 | 1000010 | 110101 |
Color Harmonies of #D6384B
Complementary color
Monochromatic Colors of #D6384B
Black with #D6384B
Text Example
Text Example
White with #D6384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6384B; }
p { color: rgb(214,56,75); }
H1.HeaderClassName
{
color: #D6384B;
}
.AnyTagClassName
{
color: #D6384B;
}
</style>
background-color css
<style>
a { background-color: #D6384B; }
a { background-color: rgb(214,56,75); }
div.DivClassName
{
background-color: #D6384B;
}
.BgClassName
{
background-color: #D6384B;
}
</style>
border-color css
<style>
span { border-color: #D6384B; }
span { border-color: rgb(214,56,75); }
td.TdClassName
{
border-color: #D6384B;
}
.TagClassName
{
border-color: #D6384B;
}
</style>