Shades of Crimson #C70436
Tints of Crimson #C70436
RGB
CMYK
RGB Variations
Color information
#C70436 (or 0xC70436) is known color: Crimson. HEX triplet: C7, 04 and 36. RGB value is (199,4,54). Sum of RGB (Red+Green+Blue) = 199+4+54=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C70436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70436 is #38FBC9. Grayscale: #444444. Windows color (decimal): -3734474 or 3540167. OLE color: 3540167.
HSL color Cylindrical-coordinate representation of color #C70436: hue angle of 344.62º degrees, saturation: 0.96, 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 #C70436 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.22 |
| HSL | 344.62º | 0.96% | 0.4% | - |
| HSV(B) | 344.62º | 0.98% | 0.78% | - |
| XYZ | 24.26 | 12.5 | 4.62 | - |
| YUV | 68.01 | 120.1 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 54 | 0 | 0.98 | 0.73 | 0.22 | 344.62 | 0.96 | 0.4 |
| Hex | C7 | 4 | 36 | 0 | 62 | 49 | 16 | 159 | 60 | 28 |
| Octal | 307 | 4 | 66 | 0 | 142 | 111 | 26 | 531 | 140 | 50 |
| Binary | 11000111 | 100 | 110110 | 0 | 1100010 | 1001001 | 10110 | 101011001 | 1100000 | 101000 |
Color Harmonies of #C70436
Complementary color
Monochromatic Colors of #C70436
Black with #C70436
Text Example
Text Example
White with #C70436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70436; }
p { color: rgb(199,4,54); }
H1.HeaderClassName
{
color: #C70436;
}
.AnyTagClassName
{
color: #C70436;
}
</style>
background-color css
<style>
a { background-color: #C70436; }
a { background-color: rgb(199,4,54); }
div.DivClassName
{
background-color: #C70436;
}
.BgClassName
{
background-color: #C70436;
}
</style>
border-color css
<style>
span { border-color: #C70436; }
span { border-color: rgb(199,4,54); }
td.TdClassName
{
border-color: #C70436;
}
.TagClassName
{
border-color: #C70436;
}
</style>