Shades of Brick Red #D02C47
Tints of Brick Red #D02C47
RGB
CMYK
RGB Variations
Color information
#D02C47 (or 0xD02C47) is known color: Brick Red. HEX triplet: D0, 2C and 47. RGB value is (208,44,71). Sum of RGB (Red+Green+Blue) = 208+44+71=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C47 is #2FD3B8. Grayscale: #606060. Windows color (decimal): -3134393 or 4664528. OLE color: 4664528.
HSL color Cylindrical-coordinate representation of color #D02C47: hue angle of 350.12º 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 #D02C47 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 71 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.18 |
| HSL | 350.12º | 0.65% | 0.49% | - |
| HSV(B) | 350.12º | 0.79% | 0.82% | - |
| XYZ | 28.05 | 15.67 | 7.51 | - |
| YUV | 96.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 71 | 0 | 0.79 | 0.66 | 0.18 | 350.12 | 0.65 | 0.49 |
| Hex | D0 | 2C | 47 | 0 | 4F | 42 | 12 | 15E | 41 | 31 |
| Octal | 320 | 54 | 107 | 0 | 117 | 102 | 22 | 536 | 101 | 61 |
| Binary | 11010000 | 101100 | 1000111 | 0 | 1001111 | 1000010 | 10010 | 101011110 | 1000001 | 110001 |
Color Harmonies of #D02C47
Complementary color
Monochromatic Colors of #D02C47
Black with #D02C47
Text Example
Text Example
White with #D02C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C47; }
p { color: rgb(208,44,71); }
H1.HeaderClassName
{
color: #D02C47;
}
.AnyTagClassName
{
color: #D02C47;
}
</style>
background-color css
<style>
a { background-color: #D02C47; }
a { background-color: rgb(208,44,71); }
div.DivClassName
{
background-color: #D02C47;
}
.BgClassName
{
background-color: #D02C47;
}
</style>
border-color css
<style>
span { border-color: #D02C47; }
span { border-color: rgb(208,44,71); }
td.TdClassName
{
border-color: #D02C47;
}
.TagClassName
{
border-color: #D02C47;
}
</style>