Shades of Brick Red #D02444
Tints of Brick Red #D02444
RGB
CMYK
RGB Variations
Color information
#D02444 (or 0xD02444) is known color: Brick Red. HEX triplet: D0, 24 and 44. RGB value is (208,36,68). Sum of RGB (Red+Green+Blue) = 208+36+68=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D02444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02444 is #2FDBBB. Grayscale: #5B5B5B. Windows color (decimal): -3136444 or 4465872. OLE color: 4465872.
HSL color Cylindrical-coordinate representation of color #D02444: hue angle of 348.84º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02444 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 68 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.18 |
| HSL | 348.84º | 0.7% | 0.48% | - |
| HSV(B) | 348.84º | 0.83% | 0.82% | - |
| XYZ | 27.69 | 15.09 | 6.92 | - |
| YUV | 91.08 | 114.98 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 68 | 0 | 0.83 | 0.67 | 0.18 | 348.84 | 0.7 | 0.48 |
| Hex | D0 | 24 | 44 | 0 | 53 | 43 | 12 | 15D | 46 | 30 |
| Octal | 320 | 44 | 104 | 0 | 123 | 103 | 22 | 535 | 106 | 60 |
| Binary | 11010000 | 100100 | 1000100 | 0 | 1010011 | 1000011 | 10010 | 101011101 | 1000110 | 110000 |
Color Harmonies of #D02444
Complementary color
Monochromatic Colors of #D02444
Black with #D02444
Text Example
Text Example
White with #D02444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02444; }
p { color: rgb(208,36,68); }
H1.HeaderClassName
{
color: #D02444;
}
.AnyTagClassName
{
color: #D02444;
}
</style>
background-color css
<style>
a { background-color: #D02444; }
a { background-color: rgb(208,36,68); }
div.DivClassName
{
background-color: #D02444;
}
.BgClassName
{
background-color: #D02444;
}
</style>
border-color css
<style>
span { border-color: #D02444; }
span { border-color: rgb(208,36,68); }
td.TdClassName
{
border-color: #D02444;
}
.TagClassName
{
border-color: #D02444;
}
</style>