Shades of Brick Red #D83344
Tints of Brick Red #D83344
RGB
CMYK
RGB Variations
Color information
#D83344 (or 0xD83344) is known color: Brick Red. HEX triplet: D8, 33 and 44. RGB value is (216,51,68). Sum of RGB (Red+Green+Blue) = 216+51+68=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D83344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83344 is #27CCBB. Grayscale: #666666. Windows color (decimal): -2608316 or 4469720. OLE color: 4469720.
HSL color Cylindrical-coordinate representation of color #D83344: hue angle of 353.82º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83344 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 68 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.15 |
| HSL | 353.82º | 0.68% | 0.52% | - |
| HSV(B) | 353.82º | 0.76% | 0.85% | - |
| XYZ | 30.55 | 17.38 | 7.21 | - |
| YUV | 102.27 | 108.66 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 68 | 0 | 0.76 | 0.69 | 0.15 | 353.82 | 0.68 | 0.52 |
| Hex | D8 | 33 | 44 | 0 | 4C | 45 | F | 162 | 44 | 34 |
| Octal | 330 | 63 | 104 | 0 | 114 | 105 | 17 | 542 | 104 | 64 |
| Binary | 11011000 | 110011 | 1000100 | 0 | 1001100 | 1000101 | 1111 | 101100010 | 1000100 | 110100 |
Color Harmonies of #D83344
Complementary color
Monochromatic Colors of #D83344
Black with #D83344
Text Example
Text Example
White with #D83344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83344; }
p { color: rgb(216,51,68); }
H1.HeaderClassName
{
color: #D83344;
}
.AnyTagClassName
{
color: #D83344;
}
</style>
background-color css
<style>
a { background-color: #D83344; }
a { background-color: rgb(216,51,68); }
div.DivClassName
{
background-color: #D83344;
}
.BgClassName
{
background-color: #D83344;
}
</style>
border-color css
<style>
span { border-color: #D83344; }
span { border-color: rgb(216,51,68); }
td.TdClassName
{
border-color: #D83344;
}
.TagClassName
{
border-color: #D83344;
}
</style>