Shades of Crimson #C9003F
Tints of Crimson #C9003F
RGB
CMYK
RGB Variations
Color information
#C9003F (or 0xC9003F) is known color: Crimson. HEX triplet: C9, 00 and 3F. RGB value is (201,0,63). Sum of RGB (Red+Green+Blue) = 201+0+63=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C9003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9003F is #36FFC0. Grayscale: #434343. Windows color (decimal): -3604417 or 4128969. OLE color: 4128969.
HSL color Cylindrical-coordinate representation of color #C9003F: hue angle of 341.19º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9003F is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.69 | 0.21 |
| HSL | 341.19º | 1% | 0.39% | - |
| HSV(B) | 341.19º | 1% | 0.79% | - |
| XYZ | 24.98 | 12.78 | 5.85 | - |
| YUV | 67.28 | 125.59 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 63 | 0 | 1 | 0.69 | 0.21 | 341.19 | 1 | 0.39 |
| Hex | C9 | 0 | 3F | 0 | 64 | 45 | 15 | 155 | 64 | 27 |
| Octal | 311 | 0 | 77 | 0 | 144 | 105 | 25 | 525 | 144 | 47 |
| Binary | 11001001 | 0 | 111111 | 0 | 1100100 | 1000101 | 10101 | 101010101 | 1100100 | 100111 |
Color Harmonies of #C9003F
Complementary color
Monochromatic Colors of #C9003F
Black with #C9003F
Text Example
Text Example
White with #C9003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9003F; }
p { color: rgb(201,0,63); }
H1.HeaderClassName
{
color: #C9003F;
}
.AnyTagClassName
{
color: #C9003F;
}
</style>
background-color css
<style>
a { background-color: #C9003F; }
a { background-color: rgb(201,0,63); }
div.DivClassName
{
background-color: #C9003F;
}
.BgClassName
{
background-color: #C9003F;
}
</style>
border-color css
<style>
span { border-color: #C9003F; }
span { border-color: rgb(201,0,63); }
td.TdClassName
{
border-color: #C9003F;
}
.TagClassName
{
border-color: #C9003F;
}
</style>