Shades of Crimson #C90F4D
Tints of Crimson #C90F4D
RGB
CMYK
RGB Variations
Color information
#C90F4D (or 0xC90F4D) is known color: Crimson. HEX triplet: C9, 0F and 4D. RGB value is (201,15,77). Sum of RGB (Red+Green+Blue) = 201+15+77=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90F4D is #36F0B2. Grayscale: #4D4D4D. Windows color (decimal): -3600563 or 5050313. OLE color: 5050313.
HSL color Cylindrical-coordinate representation of color #C90F4D: hue angle of 340º degrees, saturation: 0.86, 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 #C90F4D is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 77 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.21 |
| HSL | 340º | 0.86% | 0.42% | - |
| HSV(B) | 340º | 0.93% | 0.79% | - |
| XYZ | 25.6 | 13.29 | 8.24 | - |
| YUV | 77.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 77 | 0 | 0.93 | 0.62 | 0.21 | 340 | 0.86 | 0.42 |
| Hex | C9 | F | 4D | 0 | 5D | 3E | 15 | 154 | 56 | 2A |
| Octal | 311 | 17 | 115 | 0 | 135 | 76 | 25 | 524 | 126 | 52 |
| Binary | 11001001 | 1111 | 1001101 | 0 | 1011101 | 111110 | 10101 | 101010100 | 1010110 | 101010 |
Color Harmonies of #C90F4D
Complementary color
Monochromatic Colors of #C90F4D
Black with #C90F4D
Text Example
Text Example
White with #C90F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90F4D; }
p { color: rgb(201,15,77); }
H1.HeaderClassName
{
color: #C90F4D;
}
.AnyTagClassName
{
color: #C90F4D;
}
</style>
background-color css
<style>
a { background-color: #C90F4D; }
a { background-color: rgb(201,15,77); }
div.DivClassName
{
background-color: #C90F4D;
}
.BgClassName
{
background-color: #C90F4D;
}
</style>
border-color css
<style>
span { border-color: #C90F4D; }
span { border-color: rgb(201,15,77); }
td.TdClassName
{
border-color: #C90F4D;
}
.TagClassName
{
border-color: #C90F4D;
}
</style>