Shades of Brick Red #D02D4A
Tints of Brick Red #D02D4A
RGB
CMYK
RGB Variations
Color information
#D02D4A (or 0xD02D4A) is known color: Brick Red. HEX triplet: D0, 2D and 4A. RGB value is (208,45,74). Sum of RGB (Red+Green+Blue) = 208+45+74=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D4A is #2FD2B5. Grayscale: #616161. Windows color (decimal): -3134134 or 4861392. OLE color: 4861392.
HSL color Cylindrical-coordinate representation of color #D02D4A: hue angle of 349.33º 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 #D02D4A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 74 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.18 |
| HSL | 349.33º | 0.64% | 0.5% | - |
| HSV(B) | 349.33º | 0.78% | 0.82% | - |
| XYZ | 28.19 | 15.78 | 8.04 | - |
| YUV | 97.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 74 | 0 | 0.78 | 0.64 | 0.18 | 349.33 | 0.64 | 0.5 |
| Hex | D0 | 2D | 4A | 0 | 4E | 40 | 12 | 15D | 40 | 32 |
| Octal | 320 | 55 | 112 | 0 | 116 | 100 | 22 | 535 | 100 | 62 |
| Binary | 11010000 | 101101 | 1001010 | 0 | 1001110 | 1000000 | 10010 | 101011101 | 1000000 | 110010 |
Color Harmonies of #D02D4A
Complementary color
Monochromatic Colors of #D02D4A
Black with #D02D4A
Text Example
Text Example
White with #D02D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D4A; }
p { color: rgb(208,45,74); }
H1.HeaderClassName
{
color: #D02D4A;
}
.AnyTagClassName
{
color: #D02D4A;
}
</style>
background-color css
<style>
a { background-color: #D02D4A; }
a { background-color: rgb(208,45,74); }
div.DivClassName
{
background-color: #D02D4A;
}
.BgClassName
{
background-color: #D02D4A;
}
</style>
border-color css
<style>
span { border-color: #D02D4A; }
span { border-color: rgb(208,45,74); }
td.TdClassName
{
border-color: #D02D4A;
}
.TagClassName
{
border-color: #D02D4A;
}
</style>