Shades of Brick Red #D83242
Tints of Brick Red #D83242
RGB
CMYK
RGB Variations
Color information
#D83242 (or 0xD83242) is known color: Brick Red. HEX triplet: D8, 32 and 42. RGB value is (216,50,66). Sum of RGB (Red+Green+Blue) = 216+50+66=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D83242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83242 is #27CDBD. Grayscale: #656565. Windows color (decimal): -2608574 or 4338392. OLE color: 4338392.
HSL color Cylindrical-coordinate representation of color #D83242: hue angle of 354.22º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83242 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 66 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.15 |
| HSL | 354.22º | 0.68% | 0.52% | - |
| HSV(B) | 354.22º | 0.77% | 0.85% | - |
| XYZ | 30.44 | 17.27 | 6.88 | - |
| YUV | 101.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 66 | 0 | 0.77 | 0.69 | 0.15 | 354.22 | 0.68 | 0.52 |
| Hex | D8 | 32 | 42 | 0 | 4D | 45 | F | 162 | 44 | 34 |
| Octal | 330 | 62 | 102 | 0 | 115 | 105 | 17 | 542 | 104 | 64 |
| Binary | 11011000 | 110010 | 1000010 | 0 | 1001101 | 1000101 | 1111 | 101100010 | 1000100 | 110100 |
Color Harmonies of #D83242
Complementary color
Monochromatic Colors of #D83242
Black with #D83242
Text Example
Text Example
White with #D83242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83242; }
p { color: rgb(216,50,66); }
H1.HeaderClassName
{
color: #D83242;
}
.AnyTagClassName
{
color: #D83242;
}
</style>
background-color css
<style>
a { background-color: #D83242; }
a { background-color: rgb(216,50,66); }
div.DivClassName
{
background-color: #D83242;
}
.BgClassName
{
background-color: #D83242;
}
</style>
border-color css
<style>
span { border-color: #D83242; }
span { border-color: rgb(216,50,66); }
td.TdClassName
{
border-color: #D83242;
}
.TagClassName
{
border-color: #D83242;
}
</style>