Shades of Claret #700E2D
Tints of Claret #700E2D
RGB
CMYK
RGB Variations
Color information
#700E2D (or 0x700E2D) is known color: Claret. HEX triplet: 70, 0E and 2D. RGB value is (112,14,45). Sum of RGB (Red+Green+Blue) = 112+14+45=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #700E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E2D is #8FF1D2. Grayscale: #2E2E2E. Windows color (decimal): -9433555 or 2952816. OLE color: 2952816.
HSL color Cylindrical-coordinate representation of color #700E2D: hue angle of 341.02º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E2D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 45 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.56 |
| HSL | 341.02º | 0.78% | 0.25% | - |
| HSV(B) | 341.02º | 0.88% | 0.44% | - |
| XYZ | 7.31 | 3.95 | 2.86 | - |
| YUV | 46.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 45 | 0 | 0.88 | 0.60 | 0.56 | 341.02 | 0.78 | 0.25 |
| Hex | 70 | E | 2D | 0 | 58 | 3C | 38 | 155 | 4E | 19 |
| Octal | 160 | 16 | 55 | 0 | 130 | 74 | 70 | 525 | 116 | 31 |
| Binary | 1110000 | 1110 | 101101 | 0 | 1011000 | 111100 | 111000 | 101010101 | 1001110 | 11001 |
Color Harmonies of #700E2D
Complementary color
Monochromatic Colors of #700E2D
Black with #700E2D
Text Example
Text Example
White with #700E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E2D; }
p { color: rgb(112,14,45); }
H1.HeaderClassName
{
color: #700E2D;
}
.AnyTagClassName
{
color: #700E2D;
}
</style>
background-color css
<style>
a { background-color: #700E2D; }
a { background-color: rgb(112,14,45); }
div.DivClassName
{
background-color: #700E2D;
}
.BgClassName
{
background-color: #700E2D;
}
</style>
border-color css
<style>
span { border-color: #700E2D; }
span { border-color: rgb(112,14,45); }
td.TdClassName
{
border-color: #700E2D;
}
.TagClassName
{
border-color: #700E2D;
}
</style>