Shades of Crimson #C7063D
Tints of Crimson #C7063D
RGB
CMYK
RGB Variations
Color information
#C7063D (or 0xC7063D) is known color: Crimson. HEX triplet: C7, 06 and 3D. RGB value is (199,6,61). Sum of RGB (Red+Green+Blue) = 199+6+61=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7063D is #38F9C2. Grayscale: #454545. Windows color (decimal): -3733955 or 3999431. OLE color: 3999431.
HSL color Cylindrical-coordinate representation of color #C7063D: hue angle of 342.9º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7063D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.22 |
| HSL | 342.9º | 0.94% | 0.4% | - |
| HSV(B) | 342.9º | 0.97% | 0.78% | - |
| XYZ | 24.46 | 12.61 | 5.56 | - |
| YUV | 69.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 61 | 0 | 0.97 | 0.69 | 0.22 | 342.9 | 0.94 | 0.4 |
| Hex | C7 | 6 | 3D | 0 | 61 | 45 | 16 | 157 | 5E | 28 |
| Octal | 307 | 6 | 75 | 0 | 141 | 105 | 26 | 527 | 136 | 50 |
| Binary | 11000111 | 110 | 111101 | 0 | 1100001 | 1000101 | 10110 | 101010111 | 1011110 | 101000 |
Color Harmonies of #C7063D
Complementary color
Monochromatic Colors of #C7063D
Black with #C7063D
Text Example
Text Example
White with #C7063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7063D; }
p { color: rgb(199,6,61); }
H1.HeaderClassName
{
color: #C7063D;
}
.AnyTagClassName
{
color: #C7063D;
}
</style>
background-color css
<style>
a { background-color: #C7063D; }
a { background-color: rgb(199,6,61); }
div.DivClassName
{
background-color: #C7063D;
}
.BgClassName
{
background-color: #C7063D;
}
</style>
border-color css
<style>
span { border-color: #C7063D; }
span { border-color: rgb(199,6,61); }
td.TdClassName
{
border-color: #C7063D;
}
.TagClassName
{
border-color: #C7063D;
}
</style>