Shades of Brick Red #D03444
Tints of Brick Red #D03444
RGB
CMYK
RGB Variations
Color information
#D03444 (or 0xD03444) is known color: Brick Red. HEX triplet: D0, 34 and 44. RGB value is (208,52,68). Sum of RGB (Red+Green+Blue) = 208+52+68=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D03444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03444 is #2FCBBB. Grayscale: #646464. Windows color (decimal): -3132348 or 4469968. OLE color: 4469968.
HSL color Cylindrical-coordinate representation of color #D03444: hue angle of 353.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03444 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 68 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.18 |
| HSL | 353.85º | 0.62% | 0.51% | - |
| HSV(B) | 353.85º | 0.75% | 0.82% | - |
| XYZ | 28.28 | 16.28 | 7.12 | - |
| YUV | 100.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 68 | 0 | 0.75 | 0.67 | 0.18 | 353.85 | 0.62 | 0.51 |
| Hex | D0 | 34 | 44 | 0 | 4B | 43 | 12 | 162 | 3E | 33 |
| Octal | 320 | 64 | 104 | 0 | 113 | 103 | 22 | 542 | 76 | 63 |
| Binary | 11010000 | 110100 | 1000100 | 0 | 1001011 | 1000011 | 10010 | 101100010 | 111110 | 110011 |
Color Harmonies of #D03444
Complementary color
Monochromatic Colors of #D03444
Black with #D03444
Text Example
Text Example
White with #D03444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03444; }
p { color: rgb(208,52,68); }
H1.HeaderClassName
{
color: #D03444;
}
.AnyTagClassName
{
color: #D03444;
}
</style>
background-color css
<style>
a { background-color: #D03444; }
a { background-color: rgb(208,52,68); }
div.DivClassName
{
background-color: #D03444;
}
.BgClassName
{
background-color: #D03444;
}
</style>
border-color css
<style>
span { border-color: #D03444; }
span { border-color: rgb(208,52,68); }
td.TdClassName
{
border-color: #D03444;
}
.TagClassName
{
border-color: #D03444;
}
</style>