Shades of Brick Red #D02B4D
Tints of Brick Red #D02B4D
RGB
CMYK
RGB Variations
Color information
#D02B4D (or 0xD02B4D) is known color: Brick Red. HEX triplet: D0, 2B and 4D. RGB value is (208,43,77). Sum of RGB (Red+Green+Blue) = 208+43+77=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02B4D is #2FD4B2. Grayscale: #606060. Windows color (decimal): -3134643 or 5057488. OLE color: 5057488.
HSL color Cylindrical-coordinate representation of color #D02B4D: hue angle of 347.64º degrees, saturation: 0.66, 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 #D02B4D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 77 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.18 |
| HSL | 347.64º | 0.66% | 0.49% | - |
| HSV(B) | 347.64º | 0.79% | 0.82% | - |
| XYZ | 28.22 | 15.67 | 8.56 | - |
| YUV | 96.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 77 | 0 | 0.79 | 0.63 | 0.18 | 347.64 | 0.66 | 0.49 |
| Hex | D0 | 2B | 4D | 0 | 4F | 3F | 12 | 15C | 42 | 31 |
| Octal | 320 | 53 | 115 | 0 | 117 | 77 | 22 | 534 | 102 | 61 |
| Binary | 11010000 | 101011 | 1001101 | 0 | 1001111 | 111111 | 10010 | 101011100 | 1000010 | 110001 |
Color Harmonies of #D02B4D
Complementary color
Monochromatic Colors of #D02B4D
Black with #D02B4D
Text Example
Text Example
White with #D02B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02B4D; }
p { color: rgb(208,43,77); }
H1.HeaderClassName
{
color: #D02B4D;
}
.AnyTagClassName
{
color: #D02B4D;
}
</style>
background-color css
<style>
a { background-color: #D02B4D; }
a { background-color: rgb(208,43,77); }
div.DivClassName
{
background-color: #D02B4D;
}
.BgClassName
{
background-color: #D02B4D;
}
</style>
border-color css
<style>
span { border-color: #D02B4D; }
span { border-color: rgb(208,43,77); }
td.TdClassName
{
border-color: #D02B4D;
}
.TagClassName
{
border-color: #D02B4D;
}
</style>