Shades of Crimson #C70032
Tints of Crimson #C70032
RGB
CMYK
RGB Variations
Color information
#C70032 (or 0xC70032) is known color: Crimson. HEX triplet: C7, 00 and 32. RGB value is (199,0,50). Sum of RGB (Red+Green+Blue) = 199+0+50=249 (32% of max value = 765). Red value is 199 (78.12% from 255 or 79.92% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 199 - color contains mainly: red. Hex color #C70032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70032 is #38FFCD. Grayscale: #414141. Windows color (decimal): -3735502 or 3276999. OLE color: 3276999.
HSL color Cylindrical-coordinate representation of color #C70032: hue angle of 344.92º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70032 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.75 | 0.22 |
| HSL | 344.92º | 1% | 0.39% | - |
| HSV(B) | 344.92º | 1% | 0.78% | - |
| XYZ | 24.13 | 12.37 | 4.13 | - |
| YUV | 65.2 | 119.43 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 50 | 0 | 1 | 0.75 | 0.22 | 344.92 | 1 | 0.39 |
| Hex | C7 | 0 | 32 | 0 | 64 | 4B | 16 | 159 | 64 | 27 |
| Octal | 307 | 0 | 62 | 0 | 144 | 113 | 26 | 531 | 144 | 47 |
| Binary | 11000111 | 0 | 110010 | 0 | 1100100 | 1001011 | 10110 | 101011001 | 1100100 | 100111 |
Color Harmonies of #C70032
Complementary color
Monochromatic Colors of #C70032
Black with #C70032
Text Example
Text Example
White with #C70032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70032; }
p { color: rgb(199,0,50); }
H1.HeaderClassName
{
color: #C70032;
}
.AnyTagClassName
{
color: #C70032;
}
</style>
background-color css
<style>
a { background-color: #C70032; }
a { background-color: rgb(199,0,50); }
div.DivClassName
{
background-color: #C70032;
}
.BgClassName
{
background-color: #C70032;
}
</style>
border-color css
<style>
span { border-color: #C70032; }
span { border-color: rgb(199,0,50); }
td.TdClassName
{
border-color: #C70032;
}
.TagClassName
{
border-color: #C70032;
}
</style>