Shades of Crimson #C90E4B
Tints of Crimson #C90E4B
RGB
CMYK
RGB Variations
Color information
#C90E4B (or 0xC90E4B) is known color: Crimson. HEX triplet: C9, 0E and 4B. RGB value is (201,14,75). Sum of RGB (Red+Green+Blue) = 201+14+75=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90E4B is #36F1B4. Grayscale: #4C4C4C. Windows color (decimal): -3600821 or 4918985. OLE color: 4918985.
HSL color Cylindrical-coordinate representation of color #C90E4B: hue angle of 340.43º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90E4B is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 14 | 75 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.21 |
| HSL | 340.43º | 0.87% | 0.42% | - |
| HSV(B) | 340.43º | 0.93% | 0.79% | - |
| XYZ | 25.51 | 13.24 | 7.87 | - |
| YUV | 76.87 | 126.95 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 75 | 0 | 0.93 | 0.63 | 0.21 | 340.43 | 0.87 | 0.42 |
| Hex | C9 | E | 4B | 0 | 5D | 3F | 15 | 154 | 57 | 2A |
| Octal | 311 | 16 | 113 | 0 | 135 | 77 | 25 | 524 | 127 | 52 |
| Binary | 11001001 | 1110 | 1001011 | 0 | 1011101 | 111111 | 10101 | 101010100 | 1010111 | 101010 |
Color Harmonies of #C90E4B
Complementary color
Monochromatic Colors of #C90E4B
Black with #C90E4B
Text Example
Text Example
White with #C90E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90E4B; }
p { color: rgb(201,14,75); }
H1.HeaderClassName
{
color: #C90E4B;
}
.AnyTagClassName
{
color: #C90E4B;
}
</style>
background-color css
<style>
a { background-color: #C90E4B; }
a { background-color: rgb(201,14,75); }
div.DivClassName
{
background-color: #C90E4B;
}
.BgClassName
{
background-color: #C90E4B;
}
</style>
border-color css
<style>
span { border-color: #C90E4B; }
span { border-color: rgb(201,14,75); }
td.TdClassName
{
border-color: #C90E4B;
}
.TagClassName
{
border-color: #C90E4B;
}
</style>