Shades of Brick Red #D02939
Tints of Brick Red #D02939
RGB
CMYK
RGB Variations
Color information
#D02939 (or 0xD02939) is known color: Brick Red. HEX triplet: D0, 29 and 39. RGB value is (208,41,57). Sum of RGB (Red+Green+Blue) = 208+41+57=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D02939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02939 is #2FD6C6. Grayscale: #5C5C5C. Windows color (decimal): -3135175 or 3746256. OLE color: 3746256.
HSL color Cylindrical-coordinate representation of color #D02939: hue angle of 354.25º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02939 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 57 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.18 |
| HSL | 354.25º | 0.67% | 0.49% | - |
| HSV(B) | 354.25º | 0.8% | 0.82% | - |
| XYZ | 27.54 | 15.29 | 5.37 | - |
| YUV | 92.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 57 | 0 | 0.80 | 0.73 | 0.18 | 354.25 | 0.67 | 0.49 |
| Hex | D0 | 29 | 39 | 0 | 50 | 49 | 12 | 162 | 43 | 31 |
| Octal | 320 | 51 | 71 | 0 | 120 | 111 | 22 | 542 | 103 | 61 |
| Binary | 11010000 | 101001 | 111001 | 0 | 1010000 | 1001001 | 10010 | 101100010 | 1000011 | 110001 |
Color Harmonies of #D02939
Complementary color
Monochromatic Colors of #D02939
Black with #D02939
Text Example
Text Example
White with #D02939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02939; }
p { color: rgb(208,41,57); }
H1.HeaderClassName
{
color: #D02939;
}
.AnyTagClassName
{
color: #D02939;
}
</style>
background-color css
<style>
a { background-color: #D02939; }
a { background-color: rgb(208,41,57); }
div.DivClassName
{
background-color: #D02939;
}
.BgClassName
{
background-color: #D02939;
}
</style>
border-color css
<style>
span { border-color: #D02939; }
span { border-color: rgb(208,41,57); }
td.TdClassName
{
border-color: #D02939;
}
.TagClassName
{
border-color: #D02939;
}
</style>