Shades of Brick Red #D0404B
Tints of Brick Red #D0404B
RGB
CMYK
RGB Variations
Color information
#D0404B (or 0xD0404B) is known color: Brick Red. HEX triplet: D0, 40 and 4B. RGB value is (208,64,75). Sum of RGB (Red+Green+Blue) = 208+64+75=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D0404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0404B is #2FBFB4. Grayscale: #6C6C6C. Windows color (decimal): -3129269 or 4931792. OLE color: 4931792.
HSL color Cylindrical-coordinate representation of color #D0404B: hue angle of 355.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0404B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 75 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.18 |
| HSL | 355.42º | 0.61% | 0.53% | - |
| HSV(B) | 355.42º | 0.69% | 0.82% | - |
| XYZ | 29.12 | 17.58 | 8.52 | - |
| YUV | 108.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 75 | 0 | 0.69 | 0.64 | 0.18 | 355.42 | 0.61 | 0.53 |
| Hex | D0 | 40 | 4B | 0 | 45 | 40 | 12 | 163 | 3D | 35 |
| Octal | 320 | 100 | 113 | 0 | 105 | 100 | 22 | 543 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1001011 | 0 | 1000101 | 1000000 | 10010 | 101100011 | 111101 | 110101 |
Color Harmonies of #D0404B
Complementary color
Monochromatic Colors of #D0404B
Black with #D0404B
Text Example
Text Example
White with #D0404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0404B; }
p { color: rgb(208,64,75); }
H1.HeaderClassName
{
color: #D0404B;
}
.AnyTagClassName
{
color: #D0404B;
}
</style>
background-color css
<style>
a { background-color: #D0404B; }
a { background-color: rgb(208,64,75); }
div.DivClassName
{
background-color: #D0404B;
}
.BgClassName
{
background-color: #D0404B;
}
</style>
border-color css
<style>
span { border-color: #D0404B; }
span { border-color: rgb(208,64,75); }
td.TdClassName
{
border-color: #D0404B;
}
.TagClassName
{
border-color: #D0404B;
}
</style>