Shades of Brick Red #D02845
Tints of Brick Red #D02845
RGB
CMYK
RGB Variations
Color information
#D02845 (or 0xD02845) is known color: Brick Red. HEX triplet: D0, 28 and 45. RGB value is (208,40,69). Sum of RGB (Red+Green+Blue) = 208+40+69=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D02845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02845 is #2FD7BA. Grayscale: #5D5D5D. Windows color (decimal): -3135419 or 4532432. OLE color: 4532432.
HSL color Cylindrical-coordinate representation of color #D02845: hue angle of 349.64º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02845 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 69 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.18 |
| HSL | 349.64º | 0.68% | 0.49% | - |
| HSV(B) | 349.64º | 0.81% | 0.82% | - |
| XYZ | 27.85 | 15.36 | 7.13 | - |
| YUV | 93.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 69 | 0 | 0.81 | 0.67 | 0.18 | 349.64 | 0.68 | 0.49 |
| Hex | D0 | 28 | 45 | 0 | 51 | 43 | 12 | 15E | 44 | 31 |
| Octal | 320 | 50 | 105 | 0 | 121 | 103 | 22 | 536 | 104 | 61 |
| Binary | 11010000 | 101000 | 1000101 | 0 | 1010001 | 1000011 | 10010 | 101011110 | 1000100 | 110001 |
Color Harmonies of #D02845
Complementary color
Monochromatic Colors of #D02845
Black with #D02845
Text Example
Text Example
White with #D02845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02845; }
p { color: rgb(208,40,69); }
H1.HeaderClassName
{
color: #D02845;
}
.AnyTagClassName
{
color: #D02845;
}
</style>
background-color css
<style>
a { background-color: #D02845; }
a { background-color: rgb(208,40,69); }
div.DivClassName
{
background-color: #D02845;
}
.BgClassName
{
background-color: #D02845;
}
</style>
border-color css
<style>
span { border-color: #D02845; }
span { border-color: rgb(208,40,69); }
td.TdClassName
{
border-color: #D02845;
}
.TagClassName
{
border-color: #D02845;
}
</style>