Shades of Crimson #C70348
Tints of Crimson #C70348
RGB
CMYK
RGB Variations
Color information
#C70348 (or 0xC70348) is known color: Crimson. HEX triplet: C7, 03 and 48. RGB value is (199,3,72). Sum of RGB (Red+Green+Blue) = 199+3+72=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C70348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70348 is #38FCB7. Grayscale: #454545. Windows color (decimal): -3734712 or 4719559. OLE color: 4719559.
HSL color Cylindrical-coordinate representation of color #C70348: hue angle of 338.88º 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 #C70348 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 72 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.22 |
| HSL | 338.88º | 0.97% | 0.4% | - |
| HSV(B) | 338.88º | 0.98% | 0.78% | - |
| XYZ | 24.76 | 12.68 | 7.27 | - |
| YUV | 69.47 | 129.43 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 72 | 0 | 0.98 | 0.64 | 0.22 | 338.88 | 0.97 | 0.4 |
| Hex | C7 | 3 | 48 | 0 | 62 | 40 | 16 | 153 | 61 | 28 |
| Octal | 307 | 3 | 110 | 0 | 142 | 100 | 26 | 523 | 141 | 50 |
| Binary | 11000111 | 11 | 1001000 | 0 | 1100010 | 1000000 | 10110 | 101010011 | 1100001 | 101000 |
Color Harmonies of #C70348
Complementary color
Monochromatic Colors of #C70348
Black with #C70348
Text Example
Text Example
White with #C70348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70348; }
p { color: rgb(199,3,72); }
H1.HeaderClassName
{
color: #C70348;
}
.AnyTagClassName
{
color: #C70348;
}
</style>
background-color css
<style>
a { background-color: #C70348; }
a { background-color: rgb(199,3,72); }
div.DivClassName
{
background-color: #C70348;
}
.BgClassName
{
background-color: #C70348;
}
</style>
border-color css
<style>
span { border-color: #C70348; }
span { border-color: rgb(199,3,72); }
td.TdClassName
{
border-color: #C70348;
}
.TagClassName
{
border-color: #C70348;
}
</style>