Shades of Brick Red #D0404A
Tints of Brick Red #D0404A
RGB
CMYK
RGB Variations
Color information
#D0404A (or 0xD0404A) is known color: Brick Red. HEX triplet: D0, 40 and 4A. RGB value is (208,64,74). Sum of RGB (Red+Green+Blue) = 208+64+74=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D0404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0404A is #2FBFB5. Grayscale: #6C6C6C. Windows color (decimal): -3129270 or 4866256. OLE color: 4866256.
HSL color Cylindrical-coordinate representation of color #D0404A: hue angle of 355.83º 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 #D0404A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 74 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.18 |
| HSL | 355.83º | 0.61% | 0.53% | - |
| HSV(B) | 355.83º | 0.69% | 0.82% | - |
| XYZ | 29.08 | 17.57 | 8.34 | - |
| YUV | 108.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 74 | 0 | 0.69 | 0.64 | 0.18 | 355.83 | 0.61 | 0.53 |
| Hex | D0 | 40 | 4A | 0 | 45 | 40 | 12 | 164 | 3D | 35 |
| Octal | 320 | 100 | 112 | 0 | 105 | 100 | 22 | 544 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1001010 | 0 | 1000101 | 1000000 | 10010 | 101100100 | 111101 | 110101 |
Color Harmonies of #D0404A
Complementary color
Monochromatic Colors of #D0404A
Black with #D0404A
Text Example
Text Example
White with #D0404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0404A; }
p { color: rgb(208,64,74); }
H1.HeaderClassName
{
color: #D0404A;
}
.AnyTagClassName
{
color: #D0404A;
}
</style>
background-color css
<style>
a { background-color: #D0404A; }
a { background-color: rgb(208,64,74); }
div.DivClassName
{
background-color: #D0404A;
}
.BgClassName
{
background-color: #D0404A;
}
</style>
border-color css
<style>
span { border-color: #D0404A; }
span { border-color: rgb(208,64,74); }
td.TdClassName
{
border-color: #D0404A;
}
.TagClassName
{
border-color: #D0404A;
}
</style>