Shades of Crimson #C70340
Tints of Crimson #C70340
RGB
CMYK
RGB Variations
Color information
#C70340 (or 0xC70340) is known color: Crimson. HEX triplet: C7, 03 and 40. RGB value is (199,3,64). Sum of RGB (Red+Green+Blue) = 199+3+64=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C70340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70340 is #38FCBF. Grayscale: #444444. Windows color (decimal): -3734720 or 4195271. OLE color: 4195271.
HSL color Cylindrical-coordinate representation of color #C70340: hue angle of 341.33º 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 #C70340 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 64 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.22 |
| HSL | 341.33º | 0.97% | 0.4% | - |
| HSV(B) | 341.33º | 0.98% | 0.78% | - |
| XYZ | 24.51 | 12.58 | 5.99 | - |
| YUV | 68.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 64 | 0 | 0.98 | 0.68 | 0.22 | 341.33 | 0.97 | 0.4 |
| Hex | C7 | 3 | 40 | 0 | 62 | 44 | 16 | 155 | 61 | 28 |
| Octal | 307 | 3 | 100 | 0 | 142 | 104 | 26 | 525 | 141 | 50 |
| Binary | 11000111 | 11 | 1000000 | 0 | 1100010 | 1000100 | 10110 | 101010101 | 1100001 | 101000 |
Color Harmonies of #C70340
Complementary color
Monochromatic Colors of #C70340
Black with #C70340
Text Example
Text Example
White with #C70340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70340; }
p { color: rgb(199,3,64); }
H1.HeaderClassName
{
color: #C70340;
}
.AnyTagClassName
{
color: #C70340;
}
</style>
background-color css
<style>
a { background-color: #C70340; }
a { background-color: rgb(199,3,64); }
div.DivClassName
{
background-color: #C70340;
}
.BgClassName
{
background-color: #C70340;
}
</style>
border-color css
<style>
span { border-color: #C70340; }
span { border-color: rgb(199,3,64); }
td.TdClassName
{
border-color: #C70340;
}
.TagClassName
{
border-color: #C70340;
}
</style>