Shades of Brick Red #D02840
Tints of Brick Red #D02840
RGB
CMYK
RGB Variations
Color information
#D02840 (or 0xD02840) is known color: Brick Red. HEX triplet: D0, 28 and 40. RGB value is (208,40,64). Sum of RGB (Red+Green+Blue) = 208+40+64=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D02840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02840 is #2FD7BF. Grayscale: #5D5D5D. Windows color (decimal): -3135424 or 4204752. OLE color: 4204752.
HSL color Cylindrical-coordinate representation of color #D02840: hue angle of 351.43º 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 #D02840 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 64 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.18 |
| HSL | 351.43º | 0.68% | 0.49% | - |
| HSV(B) | 351.43º | 0.81% | 0.82% | - |
| XYZ | 27.7 | 15.3 | 6.34 | - |
| YUV | 92.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 64 | 0 | 0.81 | 0.69 | 0.18 | 351.43 | 0.68 | 0.49 |
| Hex | D0 | 28 | 40 | 0 | 51 | 45 | 12 | 15F | 44 | 31 |
| Octal | 320 | 50 | 100 | 0 | 121 | 105 | 22 | 537 | 104 | 61 |
| Binary | 11010000 | 101000 | 1000000 | 0 | 1010001 | 1000101 | 10010 | 101011111 | 1000100 | 110001 |
Color Harmonies of #D02840
Complementary color
Monochromatic Colors of #D02840
Black with #D02840
Text Example
Text Example
White with #D02840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02840; }
p { color: rgb(208,40,64); }
H1.HeaderClassName
{
color: #D02840;
}
.AnyTagClassName
{
color: #D02840;
}
</style>
background-color css
<style>
a { background-color: #D02840; }
a { background-color: rgb(208,40,64); }
div.DivClassName
{
background-color: #D02840;
}
.BgClassName
{
background-color: #D02840;
}
</style>
border-color css
<style>
span { border-color: #D02840; }
span { border-color: rgb(208,40,64); }
td.TdClassName
{
border-color: #D02840;
}
.TagClassName
{
border-color: #D02840;
}
</style>