Shades of Crimson #C90B40
Tints of Crimson #C90B40
RGB
CMYK
RGB Variations
Color information
#C90B40 (or 0xC90B40) is known color: Crimson. HEX triplet: C9, 0B and 40. RGB value is (201,11,64). Sum of RGB (Red+Green+Blue) = 201+11+64=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C90B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90B40 is #36F4BF. Grayscale: #494949. Windows color (decimal): -3601600 or 4197321. OLE color: 4197321.
HSL color Cylindrical-coordinate representation of color #C90B40: hue angle of 343.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90B40 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 11 | 64 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.21 |
| HSL | 343.26º | 0.9% | 0.42% | - |
| HSV(B) | 343.26º | 0.95% | 0.79% | - |
| XYZ | 25.13 | 13.03 | 6.04 | - |
| YUV | 73.85 | 122.45 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 11 | 64 | 0 | 0.95 | 0.68 | 0.21 | 343.26 | 0.9 | 0.42 |
| Hex | C9 | B | 40 | 0 | 5F | 44 | 15 | 157 | 5A | 2A |
| Octal | 311 | 13 | 100 | 0 | 137 | 104 | 25 | 527 | 132 | 52 |
| Binary | 11001001 | 1011 | 1000000 | 0 | 1011111 | 1000100 | 10101 | 101010111 | 1011010 | 101010 |
Color Harmonies of #C90B40
Complementary color
Monochromatic Colors of #C90B40
Black with #C90B40
Text Example
Text Example
White with #C90B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90B40; }
p { color: rgb(201,11,64); }
H1.HeaderClassName
{
color: #C90B40;
}
.AnyTagClassName
{
color: #C90B40;
}
</style>
background-color css
<style>
a { background-color: #C90B40; }
a { background-color: rgb(201,11,64); }
div.DivClassName
{
background-color: #C90B40;
}
.BgClassName
{
background-color: #C90B40;
}
</style>
border-color css
<style>
span { border-color: #C90B40; }
span { border-color: rgb(201,11,64); }
td.TdClassName
{
border-color: #C90B40;
}
.TagClassName
{
border-color: #C90B40;
}
</style>