Shades of Brick Red #D3364A
Tints of Brick Red #D3364A
RGB
CMYK
RGB Variations
Color information
#D3364A (or 0xD3364A) is known color: Brick Red. HEX triplet: D3, 36 and 4A. RGB value is (211,54,74). Sum of RGB (Red+Green+Blue) = 211+54+74=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D3364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3364A is #2CC9B5. Grayscale: #676767. Windows color (decimal): -2935222 or 4863699. OLE color: 4863699.
HSL color Cylindrical-coordinate representation of color #D3364A: hue angle of 352.36º 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 #D3364A is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 74 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.17 |
| HSL | 352.36º | 0.64% | 0.52% | - |
| HSV(B) | 352.36º | 0.74% | 0.83% | - |
| XYZ | 29.42 | 16.98 | 8.21 | - |
| YUV | 103.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 74 | 0 | 0.74 | 0.65 | 0.17 | 352.36 | 0.64 | 0.52 |
| Hex | D3 | 36 | 4A | 0 | 4A | 41 | 11 | 160 | 40 | 34 |
| Octal | 323 | 66 | 112 | 0 | 112 | 101 | 21 | 540 | 100 | 64 |
| Binary | 11010011 | 110110 | 1001010 | 0 | 1001010 | 1000001 | 10001 | 101100000 | 1000000 | 110100 |
Color Harmonies of #D3364A
Complementary color
Monochromatic Colors of #D3364A
Black with #D3364A
Text Example
Text Example
White with #D3364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3364A; }
p { color: rgb(211,54,74); }
H1.HeaderClassName
{
color: #D3364A;
}
.AnyTagClassName
{
color: #D3364A;
}
</style>
background-color css
<style>
a { background-color: #D3364A; }
a { background-color: rgb(211,54,74); }
div.DivClassName
{
background-color: #D3364A;
}
.BgClassName
{
background-color: #D3364A;
}
</style>
border-color css
<style>
span { border-color: #D3364A; }
span { border-color: rgb(211,54,74); }
td.TdClassName
{
border-color: #D3364A;
}
.TagClassName
{
border-color: #D3364A;
}
</style>