Shades of Brick Red #D73442
Tints of Brick Red #D73442
RGB
CMYK
RGB Variations
Color information
#D73442 (or 0xD73442) is known color: Brick Red. HEX triplet: D7, 34 and 42. RGB value is (215,52,66). Sum of RGB (Red+Green+Blue) = 215+52+66=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D73442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73442 is #28CBBD. Grayscale: #666666. Windows color (decimal): -2673598 or 4338903. OLE color: 4338903.
HSL color Cylindrical-coordinate representation of color #D73442: hue angle of 354.85º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73442 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 66 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.16 |
| HSL | 354.85º | 0.67% | 0.52% | - |
| HSV(B) | 354.85º | 0.76% | 0.84% | - |
| XYZ | 30.24 | 17.3 | 6.9 | - |
| YUV | 102.33 | 107.5 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 66 | 0 | 0.76 | 0.69 | 0.16 | 354.85 | 0.67 | 0.52 |
| Hex | D7 | 34 | 42 | 0 | 4C | 45 | 10 | 163 | 43 | 34 |
| Octal | 327 | 64 | 102 | 0 | 114 | 105 | 20 | 543 | 103 | 64 |
| Binary | 11010111 | 110100 | 1000010 | 0 | 1001100 | 1000101 | 10000 | 101100011 | 1000011 | 110100 |
Color Harmonies of #D73442
Complementary color
Monochromatic Colors of #D73442
Black with #D73442
Text Example
Text Example
White with #D73442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73442; }
p { color: rgb(215,52,66); }
H1.HeaderClassName
{
color: #D73442;
}
.AnyTagClassName
{
color: #D73442;
}
</style>
background-color css
<style>
a { background-color: #D73442; }
a { background-color: rgb(215,52,66); }
div.DivClassName
{
background-color: #D73442;
}
.BgClassName
{
background-color: #D73442;
}
</style>
border-color css
<style>
span { border-color: #D73442; }
span { border-color: rgb(215,52,66); }
td.TdClassName
{
border-color: #D73442;
}
.TagClassName
{
border-color: #D73442;
}
</style>