Shades of Brick Red #D03142
Tints of Brick Red #D03142
RGB
CMYK
RGB Variations
Color information
#D03142 (or 0xD03142) is known color: Brick Red. HEX triplet: D0, 31 and 42. RGB value is (208,49,66). Sum of RGB (Red+Green+Blue) = 208+49+66=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D03142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03142 is #2FCEBD. Grayscale: #626262. Windows color (decimal): -3133118 or 4338128. OLE color: 4338128.
HSL color Cylindrical-coordinate representation of color #D03142: hue angle of 353.58º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03142 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 66 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.18 |
| HSL | 353.58º | 0.63% | 0.5% | - |
| HSV(B) | 353.58º | 0.76% | 0.82% | - |
| XYZ | 28.09 | 16 | 6.76 | - |
| YUV | 98.48 | 109.68 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 66 | 0 | 0.76 | 0.68 | 0.18 | 353.58 | 0.63 | 0.5 |
| Hex | D0 | 31 | 42 | 0 | 4C | 44 | 12 | 162 | 3F | 32 |
| Octal | 320 | 61 | 102 | 0 | 114 | 104 | 22 | 542 | 77 | 62 |
| Binary | 11010000 | 110001 | 1000010 | 0 | 1001100 | 1000100 | 10010 | 101100010 | 111111 | 110010 |
Color Harmonies of #D03142
Complementary color
Monochromatic Colors of #D03142
Black with #D03142
Text Example
Text Example
White with #D03142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03142; }
p { color: rgb(208,49,66); }
H1.HeaderClassName
{
color: #D03142;
}
.AnyTagClassName
{
color: #D03142;
}
</style>
background-color css
<style>
a { background-color: #D03142; }
a { background-color: rgb(208,49,66); }
div.DivClassName
{
background-color: #D03142;
}
.BgClassName
{
background-color: #D03142;
}
</style>
border-color css
<style>
span { border-color: #D03142; }
span { border-color: rgb(208,49,66); }
td.TdClassName
{
border-color: #D03142;
}
.TagClassName
{
border-color: #D03142;
}
</style>