Shades of Crimson #C90132
Tints of Crimson #C90132
RGB
CMYK
RGB Variations
Color information
#C90132 (or 0xC90132) is known color: Crimson. HEX triplet: C9, 01 and 32. RGB value is (201,1,50). Sum of RGB (Red+Green+Blue) = 201+1+50=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C90132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90132 is #36FECD. Grayscale: #424242. Windows color (decimal): -3604174 or 3277257. OLE color: 3277257.
HSL color Cylindrical-coordinate representation of color #C90132: hue angle of 345.3º 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 #C90132 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.21 |
| HSL | 345.3º | 0.99% | 0.4% | - |
| HSV(B) | 345.3º | 1% | 0.79% | - |
| XYZ | 24.67 | 12.67 | 4.16 | - |
| YUV | 66.39 | 118.76 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 50 | 0 | 1.00 | 0.75 | 0.21 | 345.3 | 0.99 | 0.4 |
| Hex | C9 | 1 | 32 | 0 | 64 | 4B | 15 | 159 | 63 | 28 |
| Octal | 311 | 1 | 62 | 0 | 144 | 113 | 25 | 531 | 143 | 50 |
| Binary | 11001001 | 1 | 110010 | 0 | 1100100 | 1001011 | 10101 | 101011001 | 1100011 | 101000 |
Color Harmonies of #C90132
Complementary color
Monochromatic Colors of #C90132
Black with #C90132
Text Example
Text Example
White with #C90132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90132; }
p { color: rgb(201,1,50); }
H1.HeaderClassName
{
color: #C90132;
}
.AnyTagClassName
{
color: #C90132;
}
</style>
background-color css
<style>
a { background-color: #C90132; }
a { background-color: rgb(201,1,50); }
div.DivClassName
{
background-color: #C90132;
}
.BgClassName
{
background-color: #C90132;
}
</style>
border-color css
<style>
span { border-color: #C90132; }
span { border-color: rgb(201,1,50); }
td.TdClassName
{
border-color: #C90132;
}
.TagClassName
{
border-color: #C90132;
}
</style>