Shades of Brick Red #D0244C
Tints of Brick Red #D0244C
RGB
CMYK
RGB Variations
Color information
#D0244C (or 0xD0244C) is known color: Brick Red. HEX triplet: D0, 24 and 4C. RGB value is (208,36,76). Sum of RGB (Red+Green+Blue) = 208+36+76=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0244C is #2FDBB3. Grayscale: #5C5C5C. Windows color (decimal): -3136436 or 4990160. OLE color: 4990160.
HSL color Cylindrical-coordinate representation of color #D0244C: hue angle of 346.05º 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 #D0244C is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 76 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.18 |
| HSL | 346.05º | 0.7% | 0.48% | - |
| HSV(B) | 346.05º | 0.83% | 0.82% | - |
| XYZ | 27.95 | 15.19 | 8.3 | - |
| YUV | 91.99 | 118.98 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 76 | 0 | 0.83 | 0.63 | 0.18 | 346.05 | 0.7 | 0.48 |
| Hex | D0 | 24 | 4C | 0 | 53 | 3F | 12 | 15A | 46 | 30 |
| Octal | 320 | 44 | 114 | 0 | 123 | 77 | 22 | 532 | 106 | 60 |
| Binary | 11010000 | 100100 | 1001100 | 0 | 1010011 | 111111 | 10010 | 101011010 | 1000110 | 110000 |
Color Harmonies of #D0244C
Complementary color
Monochromatic Colors of #D0244C
Black with #D0244C
Text Example
Text Example
White with #D0244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0244C; }
p { color: rgb(208,36,76); }
H1.HeaderClassName
{
color: #D0244C;
}
.AnyTagClassName
{
color: #D0244C;
}
</style>
background-color css
<style>
a { background-color: #D0244C; }
a { background-color: rgb(208,36,76); }
div.DivClassName
{
background-color: #D0244C;
}
.BgClassName
{
background-color: #D0244C;
}
</style>
border-color css
<style>
span { border-color: #D0244C; }
span { border-color: rgb(208,36,76); }
td.TdClassName
{
border-color: #D0244C;
}
.TagClassName
{
border-color: #D0244C;
}
</style>