Shades of Brick Red #D0334B
Tints of Brick Red #D0334B
RGB
CMYK
RGB Variations
Color information
#D0334B (or 0xD0334B) is known color: Brick Red. HEX triplet: D0, 33 and 4B. RGB value is (208,51,75). Sum of RGB (Red+Green+Blue) = 208+51+75=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0334B is #2FCCB4. Grayscale: #646464. Windows color (decimal): -3132597 or 4928464. OLE color: 4928464.
HSL color Cylindrical-coordinate representation of color #D0334B: hue angle of 350.83º degrees, saturation: 0.63, 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 #D0334B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 75 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.18 |
| HSL | 350.83º | 0.63% | 0.51% | - |
| HSV(B) | 350.83º | 0.75% | 0.82% | - |
| XYZ | 28.47 | 16.29 | 8.3 | - |
| YUV | 100.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 75 | 0 | 0.75 | 0.64 | 0.18 | 350.83 | 0.63 | 0.51 |
| Hex | D0 | 33 | 4B | 0 | 4B | 40 | 12 | 15F | 3F | 33 |
| Octal | 320 | 63 | 113 | 0 | 113 | 100 | 22 | 537 | 77 | 63 |
| Binary | 11010000 | 110011 | 1001011 | 0 | 1001011 | 1000000 | 10010 | 101011111 | 111111 | 110011 |
Color Harmonies of #D0334B
Complementary color
Monochromatic Colors of #D0334B
Black with #D0334B
Text Example
Text Example
White with #D0334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0334B; }
p { color: rgb(208,51,75); }
H1.HeaderClassName
{
color: #D0334B;
}
.AnyTagClassName
{
color: #D0334B;
}
</style>
background-color css
<style>
a { background-color: #D0334B; }
a { background-color: rgb(208,51,75); }
div.DivClassName
{
background-color: #D0334B;
}
.BgClassName
{
background-color: #D0334B;
}
</style>
border-color css
<style>
span { border-color: #D0334B; }
span { border-color: rgb(208,51,75); }
td.TdClassName
{
border-color: #D0334B;
}
.TagClassName
{
border-color: #D0334B;
}
</style>