Shades of Brick Red #D03845
Tints of Brick Red #D03845
RGB
CMYK
RGB Variations
Color information
#D03845 (or 0xD03845) is known color: Brick Red. HEX triplet: D0, 38 and 45. RGB value is (208,56,69). Sum of RGB (Red+Green+Blue) = 208+56+69=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D03845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03845 is #2FC7BA. Grayscale: #676767. Windows color (decimal): -3131323 or 4536528. OLE color: 4536528.
HSL color Cylindrical-coordinate representation of color #D03845: hue angle of 354.87º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03845 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 69 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.18 |
| HSL | 354.87º | 0.62% | 0.52% | - |
| HSV(B) | 354.87º | 0.73% | 0.82% | - |
| XYZ | 28.5 | 16.67 | 7.35 | - |
| YUV | 102.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 69 | 0 | 0.73 | 0.67 | 0.18 | 354.87 | 0.62 | 0.52 |
| Hex | D0 | 38 | 45 | 0 | 49 | 43 | 12 | 163 | 3E | 34 |
| Octal | 320 | 70 | 105 | 0 | 111 | 103 | 22 | 543 | 76 | 64 |
| Binary | 11010000 | 111000 | 1000101 | 0 | 1001001 | 1000011 | 10010 | 101100011 | 111110 | 110100 |
Color Harmonies of #D03845
Complementary color
Monochromatic Colors of #D03845
Black with #D03845
Text Example
Text Example
White with #D03845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03845; }
p { color: rgb(208,56,69); }
H1.HeaderClassName
{
color: #D03845;
}
.AnyTagClassName
{
color: #D03845;
}
</style>
background-color css
<style>
a { background-color: #D03845; }
a { background-color: rgb(208,56,69); }
div.DivClassName
{
background-color: #D03845;
}
.BgClassName
{
background-color: #D03845;
}
</style>
border-color css
<style>
span { border-color: #D03845; }
span { border-color: rgb(208,56,69); }
td.TdClassName
{
border-color: #D03845;
}
.TagClassName
{
border-color: #D03845;
}
</style>