Shades of Crimson #C7024A
Tints of Crimson #C7024A
RGB
CMYK
RGB Variations
Color information
#C7024A (or 0xC7024A) is known color: Crimson. HEX triplet: C7, 02 and 4A. RGB value is (199,2,74). Sum of RGB (Red+Green+Blue) = 199+2+74=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C7024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7024A is #38FDB5. Grayscale: #454545. Windows color (decimal): -3734966 or 4850375. OLE color: 4850375.
HSL color Cylindrical-coordinate representation of color #C7024A: hue angle of 338.07º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7024A is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.22 |
| HSL | 338.07º | 0.98% | 0.39% | - |
| HSV(B) | 338.07º | 0.99% | 0.78% | - |
| XYZ | 24.81 | 12.68 | 7.62 | - |
| YUV | 69.11 | 130.77 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 74 | 0 | 0.99 | 0.63 | 0.22 | 338.07 | 0.98 | 0.39 |
| Hex | C7 | 2 | 4A | 0 | 63 | 3F | 16 | 152 | 62 | 27 |
| Octal | 307 | 2 | 112 | 0 | 143 | 77 | 26 | 522 | 142 | 47 |
| Binary | 11000111 | 10 | 1001010 | 0 | 1100011 | 111111 | 10110 | 101010010 | 1100010 | 100111 |
Color Harmonies of #C7024A
Complementary color
Monochromatic Colors of #C7024A
Black with #C7024A
Text Example
Text Example
White with #C7024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7024A; }
p { color: rgb(199,2,74); }
H1.HeaderClassName
{
color: #C7024A;
}
.AnyTagClassName
{
color: #C7024A;
}
</style>
background-color css
<style>
a { background-color: #C7024A; }
a { background-color: rgb(199,2,74); }
div.DivClassName
{
background-color: #C7024A;
}
.BgClassName
{
background-color: #C7024A;
}
</style>
border-color css
<style>
span { border-color: #C7024A; }
span { border-color: rgb(199,2,74); }
td.TdClassName
{
border-color: #C7024A;
}
.TagClassName
{
border-color: #C7024A;
}
</style>