Shades of Crimson #C70045
Tints of Crimson #C70045
RGB
CMYK
RGB Variations
Color information
#C70045 (or 0xC70045) is known color: Crimson. HEX triplet: C7, 00 and 45. RGB value is (199,0,69). Sum of RGB (Red+Green+Blue) = 199+0+69=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C70045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70045 is #38FFBA. Grayscale: #434343. Windows color (decimal): -3735483 or 4522183. OLE color: 4522183.
HSL color Cylindrical-coordinate representation of color #C70045: hue angle of 339.2º 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 #C70045 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.65 | 0.22 |
| HSL | 339.2º | 1% | 0.39% | - |
| HSV(B) | 339.2º | 1% | 0.78% | - |
| XYZ | 24.63 | 12.57 | 6.76 | - |
| YUV | 67.37 | 128.93 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 69 | 0 | 1 | 0.65 | 0.22 | 339.2 | 1 | 0.39 |
| Hex | C7 | 0 | 45 | 0 | 64 | 41 | 16 | 153 | 64 | 27 |
| Octal | 307 | 0 | 105 | 0 | 144 | 101 | 26 | 523 | 144 | 47 |
| Binary | 11000111 | 0 | 1000101 | 0 | 1100100 | 1000001 | 10110 | 101010011 | 1100100 | 100111 |
Color Harmonies of #C70045
Complementary color
Monochromatic Colors of #C70045
Black with #C70045
Text Example
Text Example
White with #C70045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70045; }
p { color: rgb(199,0,69); }
H1.HeaderClassName
{
color: #C70045;
}
.AnyTagClassName
{
color: #C70045;
}
</style>
background-color css
<style>
a { background-color: #C70045; }
a { background-color: rgb(199,0,69); }
div.DivClassName
{
background-color: #C70045;
}
.BgClassName
{
background-color: #C70045;
}
</style>
border-color css
<style>
span { border-color: #C70045; }
span { border-color: rgb(199,0,69); }
td.TdClassName
{
border-color: #C70045;
}
.TagClassName
{
border-color: #C70045;
}
</style>