Shades of Brick Red #D3274B
Tints of Brick Red #D3274B
RGB
CMYK
RGB Variations
Color information
#D3274B (or 0xD3274B) is known color: Brick Red. HEX triplet: D3, 27 and 4B. RGB value is (211,39,75). Sum of RGB (Red+Green+Blue) = 211+39+75=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3274B is #2CD8B4. Grayscale: #5E5E5E. Windows color (decimal): -2939061 or 4925395. OLE color: 4925395.
HSL color Cylindrical-coordinate representation of color #D3274B: hue angle of 347.44º 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 #D3274B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 75 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.17 |
| HSL | 347.44º | 0.69% | 0.49% | - |
| HSV(B) | 347.44º | 0.82% | 0.83% | - |
| XYZ | 28.86 | 15.81 | 8.19 | - |
| YUV | 94.53 | 116.98 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 75 | 0 | 0.82 | 0.64 | 0.17 | 347.44 | 0.69 | 0.49 |
| Hex | D3 | 27 | 4B | 0 | 52 | 40 | 11 | 15B | 45 | 31 |
| Octal | 323 | 47 | 113 | 0 | 122 | 100 | 21 | 533 | 105 | 61 |
| Binary | 11010011 | 100111 | 1001011 | 0 | 1010010 | 1000000 | 10001 | 101011011 | 1000101 | 110001 |
Color Harmonies of #D3274B
Complementary color
Monochromatic Colors of #D3274B
Black with #D3274B
Text Example
Text Example
White with #D3274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3274B; }
p { color: rgb(211,39,75); }
H1.HeaderClassName
{
color: #D3274B;
}
.AnyTagClassName
{
color: #D3274B;
}
</style>
background-color css
<style>
a { background-color: #D3274B; }
a { background-color: rgb(211,39,75); }
div.DivClassName
{
background-color: #D3274B;
}
.BgClassName
{
background-color: #D3274B;
}
</style>
border-color css
<style>
span { border-color: #D3274B; }
span { border-color: rgb(211,39,75); }
td.TdClassName
{
border-color: #D3274B;
}
.TagClassName
{
border-color: #D3274B;
}
</style>