Shades of Brick Red #D0354B
Tints of Brick Red #D0354B
RGB
CMYK
RGB Variations
Color information
#D0354B (or 0xD0354B) is known color: Brick Red. HEX triplet: D0, 35 and 4B. RGB value is (208,53,75). Sum of RGB (Red+Green+Blue) = 208+53+75=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0354B is #2FCAB4. Grayscale: #656565. Windows color (decimal): -3132085 or 4928976. OLE color: 4928976.
HSL color Cylindrical-coordinate representation of color #D0354B: hue angle of 351.48º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0354B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 75 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.18 |
| HSL | 351.48º | 0.62% | 0.51% | - |
| HSV(B) | 351.48º | 0.75% | 0.82% | - |
| XYZ | 28.56 | 16.46 | 8.33 | - |
| YUV | 101.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 75 | 0 | 0.75 | 0.64 | 0.18 | 351.48 | 0.62 | 0.51 |
| Hex | D0 | 35 | 4B | 0 | 4B | 40 | 12 | 15F | 3E | 33 |
| Octal | 320 | 65 | 113 | 0 | 113 | 100 | 22 | 537 | 76 | 63 |
| Binary | 11010000 | 110101 | 1001011 | 0 | 1001011 | 1000000 | 10010 | 101011111 | 111110 | 110011 |
Color Harmonies of #D0354B
Complementary color
Monochromatic Colors of #D0354B
Black with #D0354B
Text Example
Text Example
White with #D0354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0354B; }
p { color: rgb(208,53,75); }
H1.HeaderClassName
{
color: #D0354B;
}
.AnyTagClassName
{
color: #D0354B;
}
</style>
background-color css
<style>
a { background-color: #D0354B; }
a { background-color: rgb(208,53,75); }
div.DivClassName
{
background-color: #D0354B;
}
.BgClassName
{
background-color: #D0354B;
}
</style>
border-color css
<style>
span { border-color: #D0354B; }
span { border-color: rgb(208,53,75); }
td.TdClassName
{
border-color: #D0354B;
}
.TagClassName
{
border-color: #D0354B;
}
</style>