Shades of Claret #700C2D
Tints of Claret #700C2D
RGB
CMYK
RGB Variations
Color information
#700C2D (or 0x700C2D) is known color: Claret. HEX triplet: 70, 0C and 2D. RGB value is (112,12,45). Sum of RGB (Red+Green+Blue) = 112+12+45=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #700C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700C2D is #8FF3D2. Grayscale: #2D2D2D. Windows color (decimal): -9434067 or 2952304. OLE color: 2952304.
HSL color Cylindrical-coordinate representation of color #700C2D: hue angle of 340.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C2D is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 45 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.56 |
| HSL | 340.2º | 0.81% | 0.24% | - |
| HSV(B) | 340.2º | 0.89% | 0.44% | - |
| XYZ | 7.29 | 3.9 | 2.85 | - |
| YUV | 45.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 45 | 0 | 0.89 | 0.60 | 0.56 | 340.2 | 0.81 | 0.24 |
| Hex | 70 | C | 2D | 0 | 59 | 3C | 38 | 154 | 51 | 18 |
| Octal | 160 | 14 | 55 | 0 | 131 | 74 | 70 | 524 | 121 | 30 |
| Binary | 1110000 | 1100 | 101101 | 0 | 1011001 | 111100 | 111000 | 101010100 | 1010001 | 11000 |
Color Harmonies of #700C2D
Complementary color
Monochromatic Colors of #700C2D
Black with #700C2D
Text Example
Text Example
White with #700C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C2D; }
p { color: rgb(112,12,45); }
H1.HeaderClassName
{
color: #700C2D;
}
.AnyTagClassName
{
color: #700C2D;
}
</style>
background-color css
<style>
a { background-color: #700C2D; }
a { background-color: rgb(112,12,45); }
div.DivClassName
{
background-color: #700C2D;
}
.BgClassName
{
background-color: #700C2D;
}
</style>
border-color css
<style>
span { border-color: #700C2D; }
span { border-color: rgb(112,12,45); }
td.TdClassName
{
border-color: #700C2D;
}
.TagClassName
{
border-color: #700C2D;
}
</style>