Shades of Crimson #C90143
Tints of Crimson #C90143
RGB
CMYK
RGB Variations
Color information
#C90143 (or 0xC90143) is known color: Crimson. HEX triplet: C9, 01 and 43. RGB value is (201,1,67). Sum of RGB (Red+Green+Blue) = 201+1+67=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C90143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90143 is #36FEBC. Grayscale: #444444. Windows color (decimal): -3604157 or 4391369. OLE color: 4391369.
HSL color Cylindrical-coordinate representation of color #C90143: hue angle of 340.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90143 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 67 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.21 |
| HSL | 340.2º | 0.99% | 0.4% | - |
| HSV(B) | 340.2º | 1% | 0.79% | - |
| XYZ | 25.11 | 12.84 | 6.47 | - |
| YUV | 68.32 | 127.26 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 67 | 0 | 1.00 | 0.67 | 0.21 | 340.2 | 0.99 | 0.4 |
| Hex | C9 | 1 | 43 | 0 | 64 | 43 | 15 | 154 | 63 | 28 |
| Octal | 311 | 1 | 103 | 0 | 144 | 103 | 25 | 524 | 143 | 50 |
| Binary | 11001001 | 1 | 1000011 | 0 | 1100100 | 1000011 | 10101 | 101010100 | 1100011 | 101000 |
Color Harmonies of #C90143
Complementary color
Monochromatic Colors of #C90143
Black with #C90143
Text Example
Text Example
White with #C90143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90143; }
p { color: rgb(201,1,67); }
H1.HeaderClassName
{
color: #C90143;
}
.AnyTagClassName
{
color: #C90143;
}
</style>
background-color css
<style>
a { background-color: #C90143; }
a { background-color: rgb(201,1,67); }
div.DivClassName
{
background-color: #C90143;
}
.BgClassName
{
background-color: #C90143;
}
</style>
border-color css
<style>
span { border-color: #C90143; }
span { border-color: rgb(201,1,67); }
td.TdClassName
{
border-color: #C90143;
}
.TagClassName
{
border-color: #C90143;
}
</style>