Shades of Brick Red #D0334A
Tints of Brick Red #D0334A
RGB
CMYK
RGB Variations
Color information
#D0334A (or 0xD0334A) is known color: Brick Red. HEX triplet: D0, 33 and 4A. RGB value is (208,51,74). Sum of RGB (Red+Green+Blue) = 208+51+74=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0334A is #2FCCB5. Grayscale: #646464. Windows color (decimal): -3132598 or 4862928. OLE color: 4862928.
HSL color Cylindrical-coordinate representation of color #D0334A: hue angle of 351.21º 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 #D0334A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 74 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.18 |
| HSL | 351.21º | 0.63% | 0.51% | - |
| HSV(B) | 351.21º | 0.75% | 0.82% | - |
| XYZ | 28.43 | 16.27 | 8.12 | - |
| YUV | 100.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 74 | 0 | 0.75 | 0.64 | 0.18 | 351.21 | 0.63 | 0.51 |
| Hex | D0 | 33 | 4A | 0 | 4B | 40 | 12 | 15F | 3F | 33 |
| Octal | 320 | 63 | 112 | 0 | 113 | 100 | 22 | 537 | 77 | 63 |
| Binary | 11010000 | 110011 | 1001010 | 0 | 1001011 | 1000000 | 10010 | 101011111 | 111111 | 110011 |
Color Harmonies of #D0334A
Complementary color
Monochromatic Colors of #D0334A
Black with #D0334A
Text Example
Text Example
White with #D0334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0334A; }
p { color: rgb(208,51,74); }
H1.HeaderClassName
{
color: #D0334A;
}
.AnyTagClassName
{
color: #D0334A;
}
</style>
background-color css
<style>
a { background-color: #D0334A; }
a { background-color: rgb(208,51,74); }
div.DivClassName
{
background-color: #D0334A;
}
.BgClassName
{
background-color: #D0334A;
}
</style>
border-color css
<style>
span { border-color: #D0334A; }
span { border-color: rgb(208,51,74); }
td.TdClassName
{
border-color: #D0334A;
}
.TagClassName
{
border-color: #D0334A;
}
</style>