Shades of Brick Red #D03544
Tints of Brick Red #D03544
RGB
CMYK
RGB Variations
Color information
#D03544 (or 0xD03544) is known color: Brick Red. HEX triplet: D0, 35 and 44. RGB value is (208,53,68). Sum of RGB (Red+Green+Blue) = 208+53+68=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D03544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03544 is #2FCABB. Grayscale: #656565. Windows color (decimal): -3132092 or 4470224. OLE color: 4470224.
HSL color Cylindrical-coordinate representation of color #D03544: hue angle of 354.19º 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 #D03544 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 68 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.18 |
| HSL | 354.19º | 0.62% | 0.51% | - |
| HSV(B) | 354.19º | 0.75% | 0.82% | - |
| XYZ | 28.33 | 16.37 | 7.14 | - |
| YUV | 101.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 68 | 0 | 0.75 | 0.67 | 0.18 | 354.19 | 0.62 | 0.51 |
| Hex | D0 | 35 | 44 | 0 | 4B | 43 | 12 | 162 | 3E | 33 |
| Octal | 320 | 65 | 104 | 0 | 113 | 103 | 22 | 542 | 76 | 63 |
| Binary | 11010000 | 110101 | 1000100 | 0 | 1001011 | 1000011 | 10010 | 101100010 | 111110 | 110011 |
Color Harmonies of #D03544
Complementary color
Monochromatic Colors of #D03544
Black with #D03544
Text Example
Text Example
White with #D03544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03544; }
p { color: rgb(208,53,68); }
H1.HeaderClassName
{
color: #D03544;
}
.AnyTagClassName
{
color: #D03544;
}
</style>
background-color css
<style>
a { background-color: #D03544; }
a { background-color: rgb(208,53,68); }
div.DivClassName
{
background-color: #D03544;
}
.BgClassName
{
background-color: #D03544;
}
</style>
border-color css
<style>
span { border-color: #D03544; }
span { border-color: rgb(208,53,68); }
td.TdClassName
{
border-color: #D03544;
}
.TagClassName
{
border-color: #D03544;
}
</style>