Shades of Brick Red #D62843
Tints of Brick Red #D62843
RGB
CMYK
RGB Variations
Color information
#D62843 (or 0xD62843) is known color: Brick Red. HEX triplet: D6, 28 and 43. RGB value is (214,40,67). Sum of RGB (Red+Green+Blue) = 214+40+67=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D62843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62843 is #29D7BC. Grayscale: #5F5F5F. Windows color (decimal): -2742205 or 4401366. OLE color: 4401366.
HSL color Cylindrical-coordinate representation of color #D62843: hue angle of 350.69º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62843 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 67 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.16 |
| HSL | 350.69º | 0.69% | 0.5% | - |
| HSV(B) | 350.69º | 0.81% | 0.84% | - |
| XYZ | 29.5 | 16.22 | 6.89 | - |
| YUV | 95.1 | 112.15 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 67 | 0 | 0.81 | 0.69 | 0.16 | 350.69 | 0.69 | 0.5 |
| Hex | D6 | 28 | 43 | 0 | 51 | 45 | 10 | 15F | 45 | 32 |
| Octal | 326 | 50 | 103 | 0 | 121 | 105 | 20 | 537 | 105 | 62 |
| Binary | 11010110 | 101000 | 1000011 | 0 | 1010001 | 1000101 | 10000 | 101011111 | 1000101 | 110010 |
Color Harmonies of #D62843
Complementary color
Monochromatic Colors of #D62843
Black with #D62843
Text Example
Text Example
White with #D62843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62843; }
p { color: rgb(214,40,67); }
H1.HeaderClassName
{
color: #D62843;
}
.AnyTagClassName
{
color: #D62843;
}
</style>
background-color css
<style>
a { background-color: #D62843; }
a { background-color: rgb(214,40,67); }
div.DivClassName
{
background-color: #D62843;
}
.BgClassName
{
background-color: #D62843;
}
</style>
border-color css
<style>
span { border-color: #D62843; }
span { border-color: rgb(214,40,67); }
td.TdClassName
{
border-color: #D62843;
}
.TagClassName
{
border-color: #D62843;
}
</style>