Shades of Crimson #C9022F
Tints of Crimson #C9022F
RGB
CMYK
RGB Variations
Color information
#C9022F (or 0xC9022F) is known color: Crimson. HEX triplet: C9, 02 and 2F. RGB value is (201,2,47). Sum of RGB (Red+Green+Blue) = 201+2+47=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C9022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9022F is #36FDD0. Grayscale: #424242. Windows color (decimal): -3603921 or 3080905. OLE color: 3080905.
HSL color Cylindrical-coordinate representation of color #C9022F: hue angle of 346.43º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9022F is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.21 |
| HSL | 346.43º | 0.98% | 0.4% | - |
| HSV(B) | 346.43º | 0.99% | 0.79% | - |
| XYZ | 24.62 | 12.67 | 3.84 | - |
| YUV | 66.63 | 116.93 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 47 | 0 | 0.99 | 0.77 | 0.21 | 346.43 | 0.98 | 0.4 |
| Hex | C9 | 2 | 2F | 0 | 63 | 4D | 15 | 15A | 62 | 28 |
| Octal | 311 | 2 | 57 | 0 | 143 | 115 | 25 | 532 | 142 | 50 |
| Binary | 11001001 | 10 | 101111 | 0 | 1100011 | 1001101 | 10101 | 101011010 | 1100010 | 101000 |
Color Harmonies of #C9022F
Complementary color
Monochromatic Colors of #C9022F
Black with #C9022F
Text Example
Text Example
White with #C9022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9022F; }
p { color: rgb(201,2,47); }
H1.HeaderClassName
{
color: #C9022F;
}
.AnyTagClassName
{
color: #C9022F;
}
</style>
background-color css
<style>
a { background-color: #C9022F; }
a { background-color: rgb(201,2,47); }
div.DivClassName
{
background-color: #C9022F;
}
.BgClassName
{
background-color: #C9022F;
}
</style>
border-color css
<style>
span { border-color: #C9022F; }
span { border-color: rgb(201,2,47); }
td.TdClassName
{
border-color: #C9022F;
}
.TagClassName
{
border-color: #C9022F;
}
</style>