Shades of Brick Red #D73C48
Tints of Brick Red #D73C48
RGB
CMYK
RGB Variations
Color information
#D73C48 (or 0xD73C48) is known color: Brick Red. HEX triplet: D7, 3C and 48. RGB value is (215,60,72). Sum of RGB (Red+Green+Blue) = 215+60+72=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C48 is #28C3B7. Grayscale: #6B6B6B. Windows color (decimal): -2671544 or 4734167. OLE color: 4734167.
HSL color Cylindrical-coordinate representation of color #D73C48: hue angle of 355.35º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73C48 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 72 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.16 |
| HSL | 355.35º | 0.66% | 0.54% | - |
| HSV(B) | 355.35º | 0.72% | 0.84% | - |
| XYZ | 30.81 | 18.15 | 8.01 | - |
| YUV | 107.71 | 107.85 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 72 | 0 | 0.72 | 0.67 | 0.16 | 355.35 | 0.66 | 0.54 |
| Hex | D7 | 3C | 48 | 0 | 48 | 43 | 10 | 163 | 42 | 36 |
| Octal | 327 | 74 | 110 | 0 | 110 | 103 | 20 | 543 | 102 | 66 |
| Binary | 11010111 | 111100 | 1001000 | 0 | 1001000 | 1000011 | 10000 | 101100011 | 1000010 | 110110 |
Color Harmonies of #D73C48
Complementary color
Monochromatic Colors of #D73C48
Black with #D73C48
Text Example
Text Example
White with #D73C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C48; }
p { color: rgb(215,60,72); }
H1.HeaderClassName
{
color: #D73C48;
}
.AnyTagClassName
{
color: #D73C48;
}
</style>
background-color css
<style>
a { background-color: #D73C48; }
a { background-color: rgb(215,60,72); }
div.DivClassName
{
background-color: #D73C48;
}
.BgClassName
{
background-color: #D73C48;
}
</style>
border-color css
<style>
span { border-color: #D73C48; }
span { border-color: rgb(215,60,72); }
td.TdClassName
{
border-color: #D73C48;
}
.TagClassName
{
border-color: #D73C48;
}
</style>