Shades of Crimson #C7033D
Tints of Crimson #C7033D
RGB
CMYK
RGB Variations
Color information
#C7033D (or 0xC7033D) is known color: Crimson. HEX triplet: C7, 03 and 3D. RGB value is (199,3,61). Sum of RGB (Red+Green+Blue) = 199+3+61=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7033D is #38FCC2. Grayscale: #444444. Windows color (decimal): -3734723 or 3998663. OLE color: 3998663.
HSL color Cylindrical-coordinate representation of color #C7033D: hue angle of 342.24º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7033D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.22 |
| HSL | 342.24º | 0.97% | 0.4% | - |
| HSV(B) | 342.24º | 0.98% | 0.78% | - |
| XYZ | 24.43 | 12.54 | 5.55 | - |
| YUV | 68.22 | 123.93 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 61 | 0 | 0.98 | 0.69 | 0.22 | 342.24 | 0.97 | 0.4 |
| Hex | C7 | 3 | 3D | 0 | 62 | 45 | 16 | 156 | 61 | 28 |
| Octal | 307 | 3 | 75 | 0 | 142 | 105 | 26 | 526 | 141 | 50 |
| Binary | 11000111 | 11 | 111101 | 0 | 1100010 | 1000101 | 10110 | 101010110 | 1100001 | 101000 |
Color Harmonies of #C7033D
Complementary color
Monochromatic Colors of #C7033D
Black with #C7033D
Text Example
Text Example
White with #C7033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7033D; }
p { color: rgb(199,3,61); }
H1.HeaderClassName
{
color: #C7033D;
}
.AnyTagClassName
{
color: #C7033D;
}
</style>
background-color css
<style>
a { background-color: #C7033D; }
a { background-color: rgb(199,3,61); }
div.DivClassName
{
background-color: #C7033D;
}
.BgClassName
{
background-color: #C7033D;
}
</style>
border-color css
<style>
span { border-color: #C7033D; }
span { border-color: rgb(199,3,61); }
td.TdClassName
{
border-color: #C7033D;
}
.TagClassName
{
border-color: #C7033D;
}
</style>