Shades of Brick Red #D03747
Tints of Brick Red #D03747
RGB
CMYK
RGB Variations
Color information
#D03747 (or 0xD03747) is known color: Brick Red. HEX triplet: D0, 37 and 47. RGB value is (208,55,71). Sum of RGB (Red+Green+Blue) = 208+55+71=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D03747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03747 is #2FC8B8. Grayscale: #666666. Windows color (decimal): -3131577 or 4667344. OLE color: 4667344.
HSL color Cylindrical-coordinate representation of color #D03747: hue angle of 353.73º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03747 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 71 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.18 |
| HSL | 353.73º | 0.62% | 0.52% | - |
| HSV(B) | 353.73º | 0.74% | 0.82% | - |
| XYZ | 28.52 | 16.6 | 7.66 | - |
| YUV | 102.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 71 | 0 | 0.74 | 0.66 | 0.18 | 353.73 | 0.62 | 0.52 |
| Hex | D0 | 37 | 47 | 0 | 4A | 42 | 12 | 162 | 3E | 34 |
| Octal | 320 | 67 | 107 | 0 | 112 | 102 | 22 | 542 | 76 | 64 |
| Binary | 11010000 | 110111 | 1000111 | 0 | 1001010 | 1000010 | 10010 | 101100010 | 111110 | 110100 |
Color Harmonies of #D03747
Complementary color
Monochromatic Colors of #D03747
Black with #D03747
Text Example
Text Example
White with #D03747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03747; }
p { color: rgb(208,55,71); }
H1.HeaderClassName
{
color: #D03747;
}
.AnyTagClassName
{
color: #D03747;
}
</style>
background-color css
<style>
a { background-color: #D03747; }
a { background-color: rgb(208,55,71); }
div.DivClassName
{
background-color: #D03747;
}
.BgClassName
{
background-color: #D03747;
}
</style>
border-color css
<style>
span { border-color: #D03747; }
span { border-color: rgb(208,55,71); }
td.TdClassName
{
border-color: #D03747;
}
.TagClassName
{
border-color: #D03747;
}
</style>