Shades of Brick Red #D02C4D
Tints of Brick Red #D02C4D
RGB
CMYK
RGB Variations
Color information
#D02C4D (or 0xD02C4D) is known color: Brick Red. HEX triplet: D0, 2C and 4D. RGB value is (208,44,77). Sum of RGB (Red+Green+Blue) = 208+44+77=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C4D is #2FD3B2. Grayscale: #606060. Windows color (decimal): -3134387 or 5057744. OLE color: 5057744.
HSL color Cylindrical-coordinate representation of color #D02C4D: hue angle of 347.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C4D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 77 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.18 |
| HSL | 347.93º | 0.65% | 0.49% | - |
| HSV(B) | 347.93º | 0.79% | 0.82% | - |
| XYZ | 28.25 | 15.75 | 8.57 | - |
| YUV | 96.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 77 | 0 | 0.79 | 0.63 | 0.18 | 347.93 | 0.65 | 0.49 |
| Hex | D0 | 2C | 4D | 0 | 4F | 3F | 12 | 15C | 41 | 31 |
| Octal | 320 | 54 | 115 | 0 | 117 | 77 | 22 | 534 | 101 | 61 |
| Binary | 11010000 | 101100 | 1001101 | 0 | 1001111 | 111111 | 10010 | 101011100 | 1000001 | 110001 |
Color Harmonies of #D02C4D
Complementary color
Monochromatic Colors of #D02C4D
Black with #D02C4D
Text Example
Text Example
White with #D02C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C4D; }
p { color: rgb(208,44,77); }
H1.HeaderClassName
{
color: #D02C4D;
}
.AnyTagClassName
{
color: #D02C4D;
}
</style>
background-color css
<style>
a { background-color: #D02C4D; }
a { background-color: rgb(208,44,77); }
div.DivClassName
{
background-color: #D02C4D;
}
.BgClassName
{
background-color: #D02C4D;
}
</style>
border-color css
<style>
span { border-color: #D02C4D; }
span { border-color: rgb(208,44,77); }
td.TdClassName
{
border-color: #D02C4D;
}
.TagClassName
{
border-color: #D02C4D;
}
</style>