Shades of Brick Red #D3364C
Tints of Brick Red #D3364C
RGB
CMYK
RGB Variations
Color information
#D3364C (or 0xD3364C) is known color: Brick Red. HEX triplet: D3, 36 and 4C. RGB value is (211,54,76). Sum of RGB (Red+Green+Blue) = 211+54+76=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D3364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3364C is #2CC9B3. Grayscale: #676767. Windows color (decimal): -2935220 or 4994771. OLE color: 4994771.
HSL color Cylindrical-coordinate representation of color #D3364C: hue angle of 351.59º 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 #D3364C is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 76 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.17 |
| HSL | 351.59º | 0.64% | 0.52% | - |
| HSV(B) | 351.59º | 0.74% | 0.83% | - |
| XYZ | 29.49 | 17.01 | 8.57 | - |
| YUV | 103.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 76 | 0 | 0.74 | 0.64 | 0.17 | 351.59 | 0.64 | 0.52 |
| Hex | D3 | 36 | 4C | 0 | 4A | 40 | 11 | 160 | 40 | 34 |
| Octal | 323 | 66 | 114 | 0 | 112 | 100 | 21 | 540 | 100 | 64 |
| Binary | 11010011 | 110110 | 1001100 | 0 | 1001010 | 1000000 | 10001 | 101100000 | 1000000 | 110100 |
Color Harmonies of #D3364C
Complementary color
Monochromatic Colors of #D3364C
Black with #D3364C
Text Example
Text Example
White with #D3364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3364C; }
p { color: rgb(211,54,76); }
H1.HeaderClassName
{
color: #D3364C;
}
.AnyTagClassName
{
color: #D3364C;
}
</style>
background-color css
<style>
a { background-color: #D3364C; }
a { background-color: rgb(211,54,76); }
div.DivClassName
{
background-color: #D3364C;
}
.BgClassName
{
background-color: #D3364C;
}
</style>
border-color css
<style>
span { border-color: #D3364C; }
span { border-color: rgb(211,54,76); }
td.TdClassName
{
border-color: #D3364C;
}
.TagClassName
{
border-color: #D3364C;
}
</style>