Shades of Brick Red #D3274A
Tints of Brick Red #D3274A
RGB
CMYK
RGB Variations
Color information
#D3274A (or 0xD3274A) is known color: Brick Red. HEX triplet: D3, 27 and 4A. RGB value is (211,39,74). Sum of RGB (Red+Green+Blue) = 211+39+74=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3274A is #2CD8B5. Grayscale: #5E5E5E. Windows color (decimal): -2939062 or 4859859. OLE color: 4859859.
HSL color Cylindrical-coordinate representation of color #D3274A: hue angle of 347.79º 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 #D3274A is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 74 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.17 |
| HSL | 347.79º | 0.69% | 0.49% | - |
| HSV(B) | 347.79º | 0.82% | 0.83% | - |
| XYZ | 28.83 | 15.79 | 8.01 | - |
| YUV | 94.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 74 | 0 | 0.82 | 0.65 | 0.17 | 347.79 | 0.69 | 0.49 |
| Hex | D3 | 27 | 4A | 0 | 52 | 41 | 11 | 15C | 45 | 31 |
| Octal | 323 | 47 | 112 | 0 | 122 | 101 | 21 | 534 | 105 | 61 |
| Binary | 11010011 | 100111 | 1001010 | 0 | 1010010 | 1000001 | 10001 | 101011100 | 1000101 | 110001 |
Color Harmonies of #D3274A
Complementary color
Monochromatic Colors of #D3274A
Black with #D3274A
Text Example
Text Example
White with #D3274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3274A; }
p { color: rgb(211,39,74); }
H1.HeaderClassName
{
color: #D3274A;
}
.AnyTagClassName
{
color: #D3274A;
}
</style>
background-color css
<style>
a { background-color: #D3274A; }
a { background-color: rgb(211,39,74); }
div.DivClassName
{
background-color: #D3274A;
}
.BgClassName
{
background-color: #D3274A;
}
</style>
border-color css
<style>
span { border-color: #D3274A; }
span { border-color: rgb(211,39,74); }
td.TdClassName
{
border-color: #D3274A;
}
.TagClassName
{
border-color: #D3274A;
}
</style>