Shades of Brick Red #D03948
Tints of Brick Red #D03948
RGB
CMYK
RGB Variations
Color information
#D03948 (or 0xD03948) is known color: Brick Red. HEX triplet: D0, 39 and 48. RGB value is (208,57,72). Sum of RGB (Red+Green+Blue) = 208+57+72=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D03948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03948 is #2FC6B7. Grayscale: #676767. Windows color (decimal): -3131064 or 4733392. OLE color: 4733392.
HSL color Cylindrical-coordinate representation of color #D03948: hue angle of 354.04º 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 #D03948 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 72 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.18 |
| HSL | 354.04º | 0.62% | 0.52% | - |
| HSV(B) | 354.04º | 0.73% | 0.82% | - |
| XYZ | 28.65 | 16.8 | 7.86 | - |
| YUV | 103.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 72 | 0 | 0.73 | 0.65 | 0.18 | 354.04 | 0.62 | 0.52 |
| Hex | D0 | 39 | 48 | 0 | 49 | 41 | 12 | 162 | 3E | 34 |
| Octal | 320 | 71 | 110 | 0 | 111 | 101 | 22 | 542 | 76 | 64 |
| Binary | 11010000 | 111001 | 1001000 | 0 | 1001001 | 1000001 | 10010 | 101100010 | 111110 | 110100 |
Color Harmonies of #D03948
Complementary color
Monochromatic Colors of #D03948
Black with #D03948
Text Example
Text Example
White with #D03948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03948; }
p { color: rgb(208,57,72); }
H1.HeaderClassName
{
color: #D03948;
}
.AnyTagClassName
{
color: #D03948;
}
</style>
background-color css
<style>
a { background-color: #D03948; }
a { background-color: rgb(208,57,72); }
div.DivClassName
{
background-color: #D03948;
}
.BgClassName
{
background-color: #D03948;
}
</style>
border-color css
<style>
span { border-color: #D03948; }
span { border-color: rgb(208,57,72); }
td.TdClassName
{
border-color: #D03948;
}
.TagClassName
{
border-color: #D03948;
}
</style>