Shades of Crimson #C9012F
Tints of Crimson #C9012F
RGB
CMYK
RGB Variations
Color information
#C9012F (or 0xC9012F) is known color: Crimson. HEX triplet: C9, 01 and 2F. RGB value is (201,1,47). Sum of RGB (Red+Green+Blue) = 201+1+47=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C9012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9012F is #36FED0. Grayscale: #424242. Windows color (decimal): -3604177 or 3080649. OLE color: 3080649.
HSL color Cylindrical-coordinate representation of color #C9012F: hue angle of 346.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 #C9012F is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.21 |
| HSL | 346.2º | 0.99% | 0.4% | - |
| HSV(B) | 346.2º | 1% | 0.79% | - |
| XYZ | 24.61 | 12.64 | 3.83 | - |
| YUV | 66.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 47 | 0 | 1.00 | 0.77 | 0.21 | 346.2 | 0.99 | 0.4 |
| Hex | C9 | 1 | 2F | 0 | 64 | 4D | 15 | 15A | 63 | 28 |
| Octal | 311 | 1 | 57 | 0 | 144 | 115 | 25 | 532 | 143 | 50 |
| Binary | 11001001 | 1 | 101111 | 0 | 1100100 | 1001101 | 10101 | 101011010 | 1100011 | 101000 |
Color Harmonies of #C9012F
Complementary color
Monochromatic Colors of #C9012F
Black with #C9012F
Text Example
Text Example
White with #C9012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9012F; }
p { color: rgb(201,1,47); }
H1.HeaderClassName
{
color: #C9012F;
}
.AnyTagClassName
{
color: #C9012F;
}
</style>
background-color css
<style>
a { background-color: #C9012F; }
a { background-color: rgb(201,1,47); }
div.DivClassName
{
background-color: #C9012F;
}
.BgClassName
{
background-color: #C9012F;
}
</style>
border-color css
<style>
span { border-color: #C9012F; }
span { border-color: rgb(201,1,47); }
td.TdClassName
{
border-color: #C9012F;
}
.TagClassName
{
border-color: #C9012F;
}
</style>