Shades of Crimson #C90243
Tints of Crimson #C90243
RGB
CMYK
RGB Variations
Color information
#C90243 (or 0xC90243) is known color: Crimson. HEX triplet: C9, 02 and 43. RGB value is (201,2,67). Sum of RGB (Red+Green+Blue) = 201+2+67=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C90243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90243 is #36FDBC. Grayscale: #444444. Windows color (decimal): -3603901 or 4391625. OLE color: 4391625.
HSL color Cylindrical-coordinate representation of color #C90243: hue angle of 340.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90243 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.21 |
| HSL | 340.4º | 0.98% | 0.4% | - |
| HSV(B) | 340.4º | 0.99% | 0.79% | - |
| XYZ | 25.12 | 12.87 | 6.47 | - |
| YUV | 68.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 67 | 0 | 0.99 | 0.67 | 0.21 | 340.4 | 0.98 | 0.4 |
| Hex | C9 | 2 | 43 | 0 | 63 | 43 | 15 | 154 | 62 | 28 |
| Octal | 311 | 2 | 103 | 0 | 143 | 103 | 25 | 524 | 142 | 50 |
| Binary | 11001001 | 10 | 1000011 | 0 | 1100011 | 1000011 | 10101 | 101010100 | 1100010 | 101000 |
Color Harmonies of #C90243
Complementary color
Monochromatic Colors of #C90243
Black with #C90243
Text Example
Text Example
White with #C90243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90243; }
p { color: rgb(201,2,67); }
H1.HeaderClassName
{
color: #C90243;
}
.AnyTagClassName
{
color: #C90243;
}
</style>
background-color css
<style>
a { background-color: #C90243; }
a { background-color: rgb(201,2,67); }
div.DivClassName
{
background-color: #C90243;
}
.BgClassName
{
background-color: #C90243;
}
</style>
border-color css
<style>
span { border-color: #C90243; }
span { border-color: rgb(201,2,67); }
td.TdClassName
{
border-color: #C90243;
}
.TagClassName
{
border-color: #C90243;
}
</style>