Shades of Brick Red #D03D4A
Tints of Brick Red #D03D4A
RGB
CMYK
RGB Variations
Color information
#D03D4A (or 0xD03D4A) is known color: Brick Red. HEX triplet: D0, 3D and 4A. RGB value is (208,61,74). Sum of RGB (Red+Green+Blue) = 208+61+74=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D4A is #2FC2B5. Grayscale: #6A6A6A. Windows color (decimal): -3130038 or 4865488. OLE color: 4865488.
HSL color Cylindrical-coordinate representation of color #D03D4A: hue angle of 354.69º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03D4A is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 74 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.18 |
| HSL | 354.69º | 0.61% | 0.53% | - |
| HSV(B) | 354.69º | 0.71% | 0.82% | - |
| XYZ | 28.92 | 17.24 | 8.28 | - |
| YUV | 106.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 74 | 0 | 0.71 | 0.64 | 0.18 | 354.69 | 0.61 | 0.53 |
| Hex | D0 | 3D | 4A | 0 | 47 | 40 | 12 | 163 | 3D | 35 |
| Octal | 320 | 75 | 112 | 0 | 107 | 100 | 22 | 543 | 75 | 65 |
| Binary | 11010000 | 111101 | 1001010 | 0 | 1000111 | 1000000 | 10010 | 101100011 | 111101 | 110101 |
Color Harmonies of #D03D4A
Complementary color
Monochromatic Colors of #D03D4A
Black with #D03D4A
Text Example
Text Example
White with #D03D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D4A; }
p { color: rgb(208,61,74); }
H1.HeaderClassName
{
color: #D03D4A;
}
.AnyTagClassName
{
color: #D03D4A;
}
</style>
background-color css
<style>
a { background-color: #D03D4A; }
a { background-color: rgb(208,61,74); }
div.DivClassName
{
background-color: #D03D4A;
}
.BgClassName
{
background-color: #D03D4A;
}
</style>
border-color css
<style>
span { border-color: #D03D4A; }
span { border-color: rgb(208,61,74); }
td.TdClassName
{
border-color: #D03D4A;
}
.TagClassName
{
border-color: #D03D4A;
}
</style>