Shades of Brick Red #D3273D
Tints of Brick Red #D3273D
RGB
CMYK
RGB Variations
Color information
#D3273D (or 0xD3273D) is known color: Brick Red. HEX triplet: D3, 27 and 3D. RGB value is (211,39,61). Sum of RGB (Red+Green+Blue) = 211+39+61=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D3273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3273D is #2CD8C2. Grayscale: #5D5D5D. Windows color (decimal): -2939075 or 4007891. OLE color: 4007891.
HSL color Cylindrical-coordinate representation of color #D3273D: hue angle of 352.33º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3273D is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 61 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.17 |
| HSL | 352.33º | 0.69% | 0.49% | - |
| HSV(B) | 352.33º | 0.82% | 0.83% | - |
| XYZ | 28.43 | 15.64 | 5.93 | - |
| YUV | 92.94 | 109.98 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 61 | 0 | 0.82 | 0.71 | 0.17 | 352.33 | 0.69 | 0.49 |
| Hex | D3 | 27 | 3D | 0 | 52 | 47 | 11 | 160 | 45 | 31 |
| Octal | 323 | 47 | 75 | 0 | 122 | 107 | 21 | 540 | 105 | 61 |
| Binary | 11010011 | 100111 | 111101 | 0 | 1010010 | 1000111 | 10001 | 101100000 | 1000101 | 110001 |
Color Harmonies of #D3273D
Complementary color
Monochromatic Colors of #D3273D
Black with #D3273D
Text Example
Text Example
White with #D3273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3273D; }
p { color: rgb(211,39,61); }
H1.HeaderClassName
{
color: #D3273D;
}
.AnyTagClassName
{
color: #D3273D;
}
</style>
background-color css
<style>
a { background-color: #D3273D; }
a { background-color: rgb(211,39,61); }
div.DivClassName
{
background-color: #D3273D;
}
.BgClassName
{
background-color: #D3273D;
}
</style>
border-color css
<style>
span { border-color: #D3273D; }
span { border-color: rgb(211,39,61); }
td.TdClassName
{
border-color: #D3273D;
}
.TagClassName
{
border-color: #D3273D;
}
</style>