Shades of Brick Red #D03D4B
Tints of Brick Red #D03D4B
RGB
CMYK
RGB Variations
Color information
#D03D4B (or 0xD03D4B) is known color: Brick Red. HEX triplet: D0, 3D and 4B. RGB value is (208,61,75). Sum of RGB (Red+Green+Blue) = 208+61+75=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D4B is #2FC2B4. Grayscale: #6A6A6A. Windows color (decimal): -3130037 or 4931024. OLE color: 4931024.
HSL color Cylindrical-coordinate representation of color #D03D4B: hue angle of 354.29º 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 #D03D4B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 75 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.18 |
| HSL | 354.29º | 0.61% | 0.53% | - |
| HSV(B) | 354.29º | 0.71% | 0.82% | - |
| XYZ | 28.95 | 17.26 | 8.46 | - |
| YUV | 106.55 | 110.2 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 75 | 0 | 0.71 | 0.64 | 0.18 | 354.29 | 0.61 | 0.53 |
| Hex | D0 | 3D | 4B | 0 | 47 | 40 | 12 | 162 | 3D | 35 |
| Octal | 320 | 75 | 113 | 0 | 107 | 100 | 22 | 542 | 75 | 65 |
| Binary | 11010000 | 111101 | 1001011 | 0 | 1000111 | 1000000 | 10010 | 101100010 | 111101 | 110101 |
Color Harmonies of #D03D4B
Complementary color
Monochromatic Colors of #D03D4B
Black with #D03D4B
Text Example
Text Example
White with #D03D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D4B; }
p { color: rgb(208,61,75); }
H1.HeaderClassName
{
color: #D03D4B;
}
.AnyTagClassName
{
color: #D03D4B;
}
</style>
background-color css
<style>
a { background-color: #D03D4B; }
a { background-color: rgb(208,61,75); }
div.DivClassName
{
background-color: #D03D4B;
}
.BgClassName
{
background-color: #D03D4B;
}
</style>
border-color css
<style>
span { border-color: #D03D4B; }
span { border-color: rgb(208,61,75); }
td.TdClassName
{
border-color: #D03D4B;
}
.TagClassName
{
border-color: #D03D4B;
}
</style>