Shades of Brick Red #D02D4B
Tints of Brick Red #D02D4B
RGB
CMYK
RGB Variations
Color information
#D02D4B (or 0xD02D4B) is known color: Brick Red. HEX triplet: D0, 2D and 4B. RGB value is (208,45,75). Sum of RGB (Red+Green+Blue) = 208+45+75=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D4B is #2FD2B4. Grayscale: #616161. Windows color (decimal): -3134133 or 4926928. OLE color: 4926928.
HSL color Cylindrical-coordinate representation of color #D02D4B: hue angle of 348.96º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D4B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 75 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.18 |
| HSL | 348.96º | 0.64% | 0.5% | - |
| HSV(B) | 348.96º | 0.78% | 0.82% | - |
| XYZ | 28.22 | 15.79 | 8.22 | - |
| YUV | 97.16 | 115.5 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 75 | 0 | 0.78 | 0.64 | 0.18 | 348.96 | 0.64 | 0.5 |
| Hex | D0 | 2D | 4B | 0 | 4E | 40 | 12 | 15D | 40 | 32 |
| Octal | 320 | 55 | 113 | 0 | 116 | 100 | 22 | 535 | 100 | 62 |
| Binary | 11010000 | 101101 | 1001011 | 0 | 1001110 | 1000000 | 10010 | 101011101 | 1000000 | 110010 |
Color Harmonies of #D02D4B
Complementary color
Monochromatic Colors of #D02D4B
Black with #D02D4B
Text Example
Text Example
White with #D02D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D4B; }
p { color: rgb(208,45,75); }
H1.HeaderClassName
{
color: #D02D4B;
}
.AnyTagClassName
{
color: #D02D4B;
}
</style>
background-color css
<style>
a { background-color: #D02D4B; }
a { background-color: rgb(208,45,75); }
div.DivClassName
{
background-color: #D02D4B;
}
.BgClassName
{
background-color: #D02D4B;
}
</style>
border-color css
<style>
span { border-color: #D02D4B; }
span { border-color: rgb(208,45,75); }
td.TdClassName
{
border-color: #D02D4B;
}
.TagClassName
{
border-color: #D02D4B;
}
</style>