Shades of Brick Red #D0324C
Tints of Brick Red #D0324C
RGB
CMYK
RGB Variations
Color information
#D0324C (or 0xD0324C) is known color: Brick Red. HEX triplet: D0, 32 and 4C. RGB value is (208,50,76). Sum of RGB (Red+Green+Blue) = 208+50+76=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0324C is #2FCDB3. Grayscale: #646464. Windows color (decimal): -3132852 or 4993744. OLE color: 4993744.
HSL color Cylindrical-coordinate representation of color #D0324C: hue angle of 350.13º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0324C is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 50 | 76 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.18 |
| HSL | 350.13º | 0.63% | 0.51% | - |
| HSV(B) | 350.13º | 0.76% | 0.82% | - |
| XYZ | 28.46 | 16.21 | 8.47 | - |
| YUV | 100.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 76 | 0 | 0.76 | 0.63 | 0.18 | 350.13 | 0.63 | 0.51 |
| Hex | D0 | 32 | 4C | 0 | 4C | 3F | 12 | 15E | 3F | 33 |
| Octal | 320 | 62 | 114 | 0 | 114 | 77 | 22 | 536 | 77 | 63 |
| Binary | 11010000 | 110010 | 1001100 | 0 | 1001100 | 111111 | 10010 | 101011110 | 111111 | 110011 |
Color Harmonies of #D0324C
Complementary color
Monochromatic Colors of #D0324C
Black with #D0324C
Text Example
Text Example
White with #D0324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0324C; }
p { color: rgb(208,50,76); }
H1.HeaderClassName
{
color: #D0324C;
}
.AnyTagClassName
{
color: #D0324C;
}
</style>
background-color css
<style>
a { background-color: #D0324C; }
a { background-color: rgb(208,50,76); }
div.DivClassName
{
background-color: #D0324C;
}
.BgClassName
{
background-color: #D0324C;
}
</style>
border-color css
<style>
span { border-color: #D0324C; }
span { border-color: rgb(208,50,76); }
td.TdClassName
{
border-color: #D0324C;
}
.TagClassName
{
border-color: #D0324C;
}
</style>