Shades of Brick Red #D03E4B
Tints of Brick Red #D03E4B
RGB
CMYK
RGB Variations
Color information
#D03E4B (or 0xD03E4B) is known color: Brick Red. HEX triplet: D0, 3E and 4B. RGB value is (208,62,75). Sum of RGB (Red+Green+Blue) = 208+62+75=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03E4B is #2FC1B4. Grayscale: #6B6B6B. Windows color (decimal): -3129781 or 4931280. OLE color: 4931280.
HSL color Cylindrical-coordinate representation of color #D03E4B: hue angle of 354.66º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03E4B is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 62 | 75 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.18 |
| HSL | 354.66º | 0.61% | 0.53% | - |
| HSV(B) | 354.66º | 0.7% | 0.82% | - |
| XYZ | 29.01 | 17.36 | 8.48 | - |
| YUV | 107.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 75 | 0 | 0.70 | 0.64 | 0.18 | 354.66 | 0.61 | 0.53 |
| Hex | D0 | 3E | 4B | 0 | 46 | 40 | 12 | 163 | 3D | 35 |
| Octal | 320 | 76 | 113 | 0 | 106 | 100 | 22 | 543 | 75 | 65 |
| Binary | 11010000 | 111110 | 1001011 | 0 | 1000110 | 1000000 | 10010 | 101100011 | 111101 | 110101 |
Color Harmonies of #D03E4B
Complementary color
Monochromatic Colors of #D03E4B
Black with #D03E4B
Text Example
Text Example
White with #D03E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03E4B; }
p { color: rgb(208,62,75); }
H1.HeaderClassName
{
color: #D03E4B;
}
.AnyTagClassName
{
color: #D03E4B;
}
</style>
background-color css
<style>
a { background-color: #D03E4B; }
a { background-color: rgb(208,62,75); }
div.DivClassName
{
background-color: #D03E4B;
}
.BgClassName
{
background-color: #D03E4B;
}
</style>
border-color css
<style>
span { border-color: #D03E4B; }
span { border-color: rgb(208,62,75); }
td.TdClassName
{
border-color: #D03E4B;
}
.TagClassName
{
border-color: #D03E4B;
}
</style>