Shades of Brick Red #D2384C
Tints of Brick Red #D2384C
RGB
CMYK
RGB Variations
Color information
#D2384C (or 0xD2384C) is known color: Brick Red. HEX triplet: D2, 38 and 4C. RGB value is (210,56,76). Sum of RGB (Red+Green+Blue) = 210+56+76=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2384C is #2DC7B3. Grayscale: #686868. Windows color (decimal): -3000244 or 4995282. OLE color: 4995282.
HSL color Cylindrical-coordinate representation of color #D2384C: hue angle of 352.21º degrees, saturation: 0.63, 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 #D2384C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 76 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.18 |
| HSL | 352.21º | 0.63% | 0.52% | - |
| HSV(B) | 352.21º | 0.73% | 0.82% | - |
| XYZ | 29.3 | 17.05 | 8.58 | - |
| YUV | 104.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 76 | 0 | 0.73 | 0.64 | 0.18 | 352.21 | 0.63 | 0.52 |
| Hex | D2 | 38 | 4C | 0 | 49 | 40 | 12 | 160 | 3F | 34 |
| Octal | 322 | 70 | 114 | 0 | 111 | 100 | 22 | 540 | 77 | 64 |
| Binary | 11010010 | 111000 | 1001100 | 0 | 1001001 | 1000000 | 10010 | 101100000 | 111111 | 110100 |
Color Harmonies of #D2384C
Complementary color
Monochromatic Colors of #D2384C
Black with #D2384C
Text Example
Text Example
White with #D2384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2384C; }
p { color: rgb(210,56,76); }
H1.HeaderClassName
{
color: #D2384C;
}
.AnyTagClassName
{
color: #D2384C;
}
</style>
background-color css
<style>
a { background-color: #D2384C; }
a { background-color: rgb(210,56,76); }
div.DivClassName
{
background-color: #D2384C;
}
.BgClassName
{
background-color: #D2384C;
}
</style>
border-color css
<style>
span { border-color: #D2384C; }
span { border-color: rgb(210,56,76); }
td.TdClassName
{
border-color: #D2384C;
}
.TagClassName
{
border-color: #D2384C;
}
</style>