Shades of Brick Red #D02148
Tints of Brick Red #D02148
RGB
CMYK
RGB Variations
Color information
#D02148 (or 0xD02148) is known color: Brick Red. HEX triplet: D0, 21 and 48. RGB value is (208,33,72). Sum of RGB (Red+Green+Blue) = 208+33+72=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D02148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02148 is #2FDEB7. Grayscale: #595959. Windows color (decimal): -3137208 or 4727248. OLE color: 4727248.
HSL color Cylindrical-coordinate representation of color #D02148: hue angle of 346.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02148 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 72 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.18 |
| HSL | 346.63º | 0.73% | 0.47% | - |
| HSV(B) | 346.63º | 0.84% | 0.82% | - |
| XYZ | 27.73 | 14.97 | 7.56 | - |
| YUV | 89.77 | 117.98 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 72 | 0 | 0.84 | 0.65 | 0.18 | 346.63 | 0.73 | 0.47 |
| Hex | D0 | 21 | 48 | 0 | 54 | 41 | 12 | 15B | 49 | 2F |
| Octal | 320 | 41 | 110 | 0 | 124 | 101 | 22 | 533 | 111 | 57 |
| Binary | 11010000 | 100001 | 1001000 | 0 | 1010100 | 1000001 | 10010 | 101011011 | 1001001 | 101111 |
Color Harmonies of #D02148
Complementary color
Monochromatic Colors of #D02148
Black with #D02148
Text Example
Text Example
White with #D02148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02148; }
p { color: rgb(208,33,72); }
H1.HeaderClassName
{
color: #D02148;
}
.AnyTagClassName
{
color: #D02148;
}
</style>
background-color css
<style>
a { background-color: #D02148; }
a { background-color: rgb(208,33,72); }
div.DivClassName
{
background-color: #D02148;
}
.BgClassName
{
background-color: #D02148;
}
</style>
border-color css
<style>
span { border-color: #D02148; }
span { border-color: rgb(208,33,72); }
td.TdClassName
{
border-color: #D02148;
}
.TagClassName
{
border-color: #D02148;
}
</style>