Shades of Brick Red #D03043
Tints of Brick Red #D03043
RGB
CMYK
RGB Variations
Color information
#D03043 (or 0xD03043) is known color: Brick Red. HEX triplet: D0, 30 and 43. RGB value is (208,48,67). Sum of RGB (Red+Green+Blue) = 208+48+67=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D03043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03043 is #2FCFBC. Grayscale: #626262. Windows color (decimal): -3133373 or 4403408. OLE color: 4403408.
HSL color Cylindrical-coordinate representation of color #D03043: hue angle of 352.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03043 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 67 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.18 |
| HSL | 352.88º | 0.63% | 0.5% | - |
| HSV(B) | 352.88º | 0.77% | 0.82% | - |
| XYZ | 28.08 | 15.93 | 6.9 | - |
| YUV | 98.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 67 | 0 | 0.77 | 0.68 | 0.18 | 352.88 | 0.63 | 0.5 |
| Hex | D0 | 30 | 43 | 0 | 4D | 44 | 12 | 161 | 3F | 32 |
| Octal | 320 | 60 | 103 | 0 | 115 | 104 | 22 | 541 | 77 | 62 |
| Binary | 11010000 | 110000 | 1000011 | 0 | 1001101 | 1000100 | 10010 | 101100001 | 111111 | 110010 |
Color Harmonies of #D03043
Complementary color
Monochromatic Colors of #D03043
Black with #D03043
Text Example
Text Example
White with #D03043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03043; }
p { color: rgb(208,48,67); }
H1.HeaderClassName
{
color: #D03043;
}
.AnyTagClassName
{
color: #D03043;
}
</style>
background-color css
<style>
a { background-color: #D03043; }
a { background-color: rgb(208,48,67); }
div.DivClassName
{
background-color: #D03043;
}
.BgClassName
{
background-color: #D03043;
}
</style>
border-color css
<style>
span { border-color: #D03043; }
span { border-color: rgb(208,48,67); }
td.TdClassName
{
border-color: #D03043;
}
.TagClassName
{
border-color: #D03043;
}
</style>