Shades of Brick Red #D02D3E
Tints of Brick Red #D02D3E
RGB
CMYK
RGB Variations
Color information
#D02D3E (or 0xD02D3E) is known color: Brick Red. HEX triplet: D0, 2D and 3E. RGB value is (208,45,62). Sum of RGB (Red+Green+Blue) = 208+45+62=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D3E is #2FD2C1. Grayscale: #5F5F5F. Windows color (decimal): -3134146 or 4074960. OLE color: 4074960.
HSL color Cylindrical-coordinate representation of color #D02D3E: hue angle of 353.74º 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 #D02D3E is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 62 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.18 |
| HSL | 353.74º | 0.64% | 0.5% | - |
| HSV(B) | 353.74º | 0.78% | 0.82% | - |
| XYZ | 27.82 | 15.63 | 6.11 | - |
| YUV | 95.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 62 | 0 | 0.78 | 0.70 | 0.18 | 353.74 | 0.64 | 0.5 |
| Hex | D0 | 2D | 3E | 0 | 4E | 46 | 12 | 162 | 40 | 32 |
| Octal | 320 | 55 | 76 | 0 | 116 | 106 | 22 | 542 | 100 | 62 |
| Binary | 11010000 | 101101 | 111110 | 0 | 1001110 | 1000110 | 10010 | 101100010 | 1000000 | 110010 |
Color Harmonies of #D02D3E
Complementary color
Monochromatic Colors of #D02D3E
Black with #D02D3E
Text Example
Text Example
White with #D02D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D3E; }
p { color: rgb(208,45,62); }
H1.HeaderClassName
{
color: #D02D3E;
}
.AnyTagClassName
{
color: #D02D3E;
}
</style>
background-color css
<style>
a { background-color: #D02D3E; }
a { background-color: rgb(208,45,62); }
div.DivClassName
{
background-color: #D02D3E;
}
.BgClassName
{
background-color: #D02D3E;
}
</style>
border-color css
<style>
span { border-color: #D02D3E; }
span { border-color: rgb(208,45,62); }
td.TdClassName
{
border-color: #D02D3E;
}
.TagClassName
{
border-color: #D02D3E;
}
</style>