Shades of Brick Red #D3283D
Tints of Brick Red #D3283D
RGB
CMYK
RGB Variations
Color information
#D3283D (or 0xD3283D) is known color: Brick Red. HEX triplet: D3, 28 and 3D. RGB value is (211,40,61). Sum of RGB (Red+Green+Blue) = 211+40+61=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D3283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3283D is #2CD7C2. Grayscale: #5D5D5D. Windows color (decimal): -2938819 or 4008147. OLE color: 4008147.
HSL color Cylindrical-coordinate representation of color #D3283D: hue angle of 352.63º 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 #D3283D is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 61 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.17 |
| HSL | 352.63º | 0.68% | 0.49% | - |
| HSV(B) | 352.63º | 0.81% | 0.83% | - |
| XYZ | 28.47 | 15.7 | 5.95 | - |
| YUV | 93.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 61 | 0 | 0.81 | 0.71 | 0.17 | 352.63 | 0.68 | 0.49 |
| Hex | D3 | 28 | 3D | 0 | 51 | 47 | 11 | 161 | 44 | 31 |
| Octal | 323 | 50 | 75 | 0 | 121 | 107 | 21 | 541 | 104 | 61 |
| Binary | 11010011 | 101000 | 111101 | 0 | 1010001 | 1000111 | 10001 | 101100001 | 1000100 | 110001 |
Color Harmonies of #D3283D
Complementary color
Monochromatic Colors of #D3283D
Black with #D3283D
Text Example
Text Example
White with #D3283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3283D; }
p { color: rgb(211,40,61); }
H1.HeaderClassName
{
color: #D3283D;
}
.AnyTagClassName
{
color: #D3283D;
}
</style>
background-color css
<style>
a { background-color: #D3283D; }
a { background-color: rgb(211,40,61); }
div.DivClassName
{
background-color: #D3283D;
}
.BgClassName
{
background-color: #D3283D;
}
</style>
border-color css
<style>
span { border-color: #D3283D; }
span { border-color: rgb(211,40,61); }
td.TdClassName
{
border-color: #D3283D;
}
.TagClassName
{
border-color: #D3283D;
}
</style>