Shades of Brick Red #D0294C
Tints of Brick Red #D0294C
RGB
CMYK
RGB Variations
Color information
#D0294C (or 0xD0294C) is known color: Brick Red. HEX triplet: D0, 29 and 4C. RGB value is (208,41,76). Sum of RGB (Red+Green+Blue) = 208+41+76=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D0294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0294C is #2FD6B3. Grayscale: #5E5E5E. Windows color (decimal): -3135156 or 4991440. OLE color: 4991440.
HSL color Cylindrical-coordinate representation of color #D0294C: hue angle of 347.43º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0294C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 76 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.18 |
| HSL | 347.43º | 0.67% | 0.49% | - |
| HSV(B) | 347.43º | 0.8% | 0.82% | - |
| XYZ | 28.11 | 15.52 | 8.35 | - |
| YUV | 94.92 | 117.33 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 76 | 0 | 0.80 | 0.63 | 0.18 | 347.43 | 0.67 | 0.49 |
| Hex | D0 | 29 | 4C | 0 | 50 | 3F | 12 | 15B | 43 | 31 |
| Octal | 320 | 51 | 114 | 0 | 120 | 77 | 22 | 533 | 103 | 61 |
| Binary | 11010000 | 101001 | 1001100 | 0 | 1010000 | 111111 | 10010 | 101011011 | 1000011 | 110001 |
Color Harmonies of #D0294C
Complementary color
Monochromatic Colors of #D0294C
Black with #D0294C
Text Example
Text Example
White with #D0294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0294C; }
p { color: rgb(208,41,76); }
H1.HeaderClassName
{
color: #D0294C;
}
.AnyTagClassName
{
color: #D0294C;
}
</style>
background-color css
<style>
a { background-color: #D0294C; }
a { background-color: rgb(208,41,76); }
div.DivClassName
{
background-color: #D0294C;
}
.BgClassName
{
background-color: #D0294C;
}
</style>
border-color css
<style>
span { border-color: #D0294C; }
span { border-color: rgb(208,41,76); }
td.TdClassName
{
border-color: #D0294C;
}
.TagClassName
{
border-color: #D0294C;
}
</style>