Shades of Brick Red #D02549
Tints of Brick Red #D02549
RGB
CMYK
RGB Variations
Color information
#D02549 (or 0xD02549) is known color: Brick Red. HEX triplet: D0, 25 and 49. RGB value is (208,37,73). Sum of RGB (Red+Green+Blue) = 208+37+73=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D02549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02549 is #2FDAB6. Grayscale: #5C5C5C. Windows color (decimal): -3136183 or 4793808. OLE color: 4793808.
HSL color Cylindrical-coordinate representation of color #D02549: hue angle of 347.37º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02549 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 73 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.18 |
| HSL | 347.37º | 0.7% | 0.48% | - |
| HSV(B) | 347.37º | 0.82% | 0.82% | - |
| XYZ | 27.88 | 15.21 | 7.77 | - |
| YUV | 92.23 | 117.15 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 73 | 0 | 0.82 | 0.65 | 0.18 | 347.37 | 0.7 | 0.48 |
| Hex | D0 | 25 | 49 | 0 | 52 | 41 | 12 | 15B | 46 | 30 |
| Octal | 320 | 45 | 111 | 0 | 122 | 101 | 22 | 533 | 106 | 60 |
| Binary | 11010000 | 100101 | 1001001 | 0 | 1010010 | 1000001 | 10010 | 101011011 | 1000110 | 110000 |
Color Harmonies of #D02549
Complementary color
Monochromatic Colors of #D02549
Black with #D02549
Text Example
Text Example
White with #D02549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02549; }
p { color: rgb(208,37,73); }
H1.HeaderClassName
{
color: #D02549;
}
.AnyTagClassName
{
color: #D02549;
}
</style>
background-color css
<style>
a { background-color: #D02549; }
a { background-color: rgb(208,37,73); }
div.DivClassName
{
background-color: #D02549;
}
.BgClassName
{
background-color: #D02549;
}
</style>
border-color css
<style>
span { border-color: #D02549; }
span { border-color: rgb(208,37,73); }
td.TdClassName
{
border-color: #D02549;
}
.TagClassName
{
border-color: #D02549;
}
</style>