Shades of Brick Red #D3374B
Tints of Brick Red #D3374B
RGB
CMYK
RGB Variations
Color information
#D3374B (or 0xD3374B) is known color: Brick Red. HEX triplet: D3, 37 and 4B. RGB value is (211,55,75). Sum of RGB (Red+Green+Blue) = 211+55+75=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D3374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3374B is #2CC8B4. Grayscale: #686868. Windows color (decimal): -2934965 or 4929491. OLE color: 4929491.
HSL color Cylindrical-coordinate representation of color #D3374B: hue angle of 352.31º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3374B is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 75 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.17 |
| HSL | 352.31º | 0.64% | 0.52% | - |
| HSV(B) | 352.31º | 0.74% | 0.83% | - |
| XYZ | 29.5 | 17.09 | 8.4 | - |
| YUV | 103.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 75 | 0 | 0.74 | 0.64 | 0.17 | 352.31 | 0.64 | 0.52 |
| Hex | D3 | 37 | 4B | 0 | 4A | 40 | 11 | 160 | 40 | 34 |
| Octal | 323 | 67 | 113 | 0 | 112 | 100 | 21 | 540 | 100 | 64 |
| Binary | 11010011 | 110111 | 1001011 | 0 | 1001010 | 1000000 | 10001 | 101100000 | 1000000 | 110100 |
Color Harmonies of #D3374B
Complementary color
Monochromatic Colors of #D3374B
Black with #D3374B
Text Example
Text Example
White with #D3374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3374B; }
p { color: rgb(211,55,75); }
H1.HeaderClassName
{
color: #D3374B;
}
.AnyTagClassName
{
color: #D3374B;
}
</style>
background-color css
<style>
a { background-color: #D3374B; }
a { background-color: rgb(211,55,75); }
div.DivClassName
{
background-color: #D3374B;
}
.BgClassName
{
background-color: #D3374B;
}
</style>
border-color css
<style>
span { border-color: #D3374B; }
span { border-color: rgb(211,55,75); }
td.TdClassName
{
border-color: #D3374B;
}
.TagClassName
{
border-color: #D3374B;
}
</style>