Shades of Brick Red #D62941
Tints of Brick Red #D62941
RGB
CMYK
RGB Variations
Color information
#D62941 (or 0xD62941) is known color: Brick Red. HEX triplet: D6, 29 and 41. RGB value is (214,41,65). Sum of RGB (Red+Green+Blue) = 214+41+65=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D62941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62941 is #29D6BE. Grayscale: #5F5F5F. Windows color (decimal): -2741951 or 4270550. OLE color: 4270550.
HSL color Cylindrical-coordinate representation of color #D62941: hue angle of 351.68º degrees, saturation: 0.68, 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 #D62941 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 65 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.16 |
| HSL | 351.68º | 0.68% | 0.5% | - |
| HSV(B) | 351.68º | 0.81% | 0.84% | - |
| XYZ | 29.48 | 16.26 | 6.59 | - |
| YUV | 95.46 | 110.81 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 65 | 0 | 0.81 | 0.70 | 0.16 | 351.68 | 0.68 | 0.5 |
| Hex | D6 | 29 | 41 | 0 | 51 | 46 | 10 | 160 | 44 | 32 |
| Octal | 326 | 51 | 101 | 0 | 121 | 106 | 20 | 540 | 104 | 62 |
| Binary | 11010110 | 101001 | 1000001 | 0 | 1010001 | 1000110 | 10000 | 101100000 | 1000100 | 110010 |
Color Harmonies of #D62941
Complementary color
Monochromatic Colors of #D62941
Black with #D62941
Text Example
Text Example
White with #D62941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62941; }
p { color: rgb(214,41,65); }
H1.HeaderClassName
{
color: #D62941;
}
.AnyTagClassName
{
color: #D62941;
}
</style>
background-color css
<style>
a { background-color: #D62941; }
a { background-color: rgb(214,41,65); }
div.DivClassName
{
background-color: #D62941;
}
.BgClassName
{
background-color: #D62941;
}
</style>
border-color css
<style>
span { border-color: #D62941; }
span { border-color: rgb(214,41,65); }
td.TdClassName
{
border-color: #D62941;
}
.TagClassName
{
border-color: #D62941;
}
</style>