Shades of Brick Red #D3284A
Tints of Brick Red #D3284A
RGB
CMYK
RGB Variations
Color information
#D3284A (or 0xD3284A) is known color: Brick Red. HEX triplet: D3, 28 and 4A. RGB value is (211,40,74). Sum of RGB (Red+Green+Blue) = 211+40+74=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3284A is #2CD7B5. Grayscale: #5F5F5F. Windows color (decimal): -2938806 or 4860115. OLE color: 4860115.
HSL color Cylindrical-coordinate representation of color #D3284A: hue angle of 348.07º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3284A is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 74 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.17 |
| HSL | 348.07º | 0.68% | 0.49% | - |
| HSV(B) | 348.07º | 0.81% | 0.83% | - |
| XYZ | 28.86 | 15.86 | 8.02 | - |
| YUV | 95.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 74 | 0 | 0.81 | 0.65 | 0.17 | 348.07 | 0.68 | 0.49 |
| Hex | D3 | 28 | 4A | 0 | 51 | 41 | 11 | 15C | 44 | 31 |
| Octal | 323 | 50 | 112 | 0 | 121 | 101 | 21 | 534 | 104 | 61 |
| Binary | 11010011 | 101000 | 1001010 | 0 | 1010001 | 1000001 | 10001 | 101011100 | 1000100 | 110001 |
Color Harmonies of #D3284A
Complementary color
Monochromatic Colors of #D3284A
Black with #D3284A
Text Example
Text Example
White with #D3284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3284A; }
p { color: rgb(211,40,74); }
H1.HeaderClassName
{
color: #D3284A;
}
.AnyTagClassName
{
color: #D3284A;
}
</style>
background-color css
<style>
a { background-color: #D3284A; }
a { background-color: rgb(211,40,74); }
div.DivClassName
{
background-color: #D3284A;
}
.BgClassName
{
background-color: #D3284A;
}
</style>
border-color css
<style>
span { border-color: #D3284A; }
span { border-color: rgb(211,40,74); }
td.TdClassName
{
border-color: #D3284A;
}
.TagClassName
{
border-color: #D3284A;
}
</style>