Shades of Crimson #C9013E
Tints of Crimson #C9013E
RGB
CMYK
RGB Variations
Color information
#C9013E (or 0xC9013E) is known color: Crimson. HEX triplet: C9, 01 and 3E. RGB value is (201,1,62). Sum of RGB (Red+Green+Blue) = 201+1+62=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C9013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9013E is #36FEC1. Grayscale: #434343. Windows color (decimal): -3604162 or 4063689. OLE color: 4063689.
HSL color Cylindrical-coordinate representation of color #C9013E: hue angle of 341.7º 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 #C9013E is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.21 |
| HSL | 341.7º | 0.99% | 0.4% | - |
| HSV(B) | 341.7º | 1% | 0.79% | - |
| XYZ | 24.97 | 12.79 | 5.71 | - |
| YUV | 67.75 | 124.76 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 62 | 0 | 1.00 | 0.69 | 0.21 | 341.7 | 0.99 | 0.4 |
| Hex | C9 | 1 | 3E | 0 | 64 | 45 | 15 | 156 | 63 | 28 |
| Octal | 311 | 1 | 76 | 0 | 144 | 105 | 25 | 526 | 143 | 50 |
| Binary | 11001001 | 1 | 111110 | 0 | 1100100 | 1000101 | 10101 | 101010110 | 1100011 | 101000 |
Color Harmonies of #C9013E
Complementary color
Monochromatic Colors of #C9013E
Black with #C9013E
Text Example
Text Example
White with #C9013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9013E; }
p { color: rgb(201,1,62); }
H1.HeaderClassName
{
color: #C9013E;
}
.AnyTagClassName
{
color: #C9013E;
}
</style>
background-color css
<style>
a { background-color: #C9013E; }
a { background-color: rgb(201,1,62); }
div.DivClassName
{
background-color: #C9013E;
}
.BgClassName
{
background-color: #C9013E;
}
</style>
border-color css
<style>
span { border-color: #C9013E; }
span { border-color: rgb(201,1,62); }
td.TdClassName
{
border-color: #C9013E;
}
.TagClassName
{
border-color: #C9013E;
}
</style>