Shades of Brick Red #D62E42
Tints of Brick Red #D62E42
RGB
CMYK
RGB Variations
Color information
#D62E42 (or 0xD62E42) is known color: Brick Red. HEX triplet: D6, 2E and 42. RGB value is (214,46,66). Sum of RGB (Red+Green+Blue) = 214+46+66=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62E42 is #29D1BD. Grayscale: #626262. Windows color (decimal): -2740670 or 4337366. OLE color: 4337366.
HSL color Cylindrical-coordinate representation of color #D62E42: hue angle of 352.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62E42 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 66 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.16 |
| HSL | 352.86º | 0.67% | 0.51% | - |
| HSV(B) | 352.86º | 0.79% | 0.84% | - |
| XYZ | 29.69 | 16.64 | 6.8 | - |
| YUV | 98.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 66 | 0 | 0.79 | 0.69 | 0.16 | 352.86 | 0.67 | 0.51 |
| Hex | D6 | 2E | 42 | 0 | 4F | 45 | 10 | 161 | 43 | 33 |
| Octal | 326 | 56 | 102 | 0 | 117 | 105 | 20 | 541 | 103 | 63 |
| Binary | 11010110 | 101110 | 1000010 | 0 | 1001111 | 1000101 | 10000 | 101100001 | 1000011 | 110011 |
Color Harmonies of #D62E42
Complementary color
Monochromatic Colors of #D62E42
Black with #D62E42
Text Example
Text Example
White with #D62E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62E42; }
p { color: rgb(214,46,66); }
H1.HeaderClassName
{
color: #D62E42;
}
.AnyTagClassName
{
color: #D62E42;
}
</style>
background-color css
<style>
a { background-color: #D62E42; }
a { background-color: rgb(214,46,66); }
div.DivClassName
{
background-color: #D62E42;
}
.BgClassName
{
background-color: #D62E42;
}
</style>
border-color css
<style>
span { border-color: #D62E42; }
span { border-color: rgb(214,46,66); }
td.TdClassName
{
border-color: #D62E42;
}
.TagClassName
{
border-color: #D62E42;
}
</style>