Shades of Crimson #C9003B
Tints of Crimson #C9003B
RGB
CMYK
RGB Variations
Color information
#C9003B (or 0xC9003B) is known color: Crimson. HEX triplet: C9, 00 and 3B. RGB value is (201,0,59). Sum of RGB (Red+Green+Blue) = 201+0+59=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C9003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9003B is #36FFC4. Grayscale: #424242. Windows color (decimal): -3604421 or 3866825. OLE color: 3866825.
HSL color Cylindrical-coordinate representation of color #C9003B: hue angle of 342.39º 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 #C9003B is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.71 | 0.21 |
| HSL | 342.39º | 1% | 0.39% | - |
| HSV(B) | 342.39º | 1% | 0.79% | - |
| XYZ | 24.88 | 12.73 | 5.28 | - |
| YUV | 66.83 | 123.59 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 59 | 0 | 1 | 0.71 | 0.21 | 342.39 | 1 | 0.39 |
| Hex | C9 | 0 | 3B | 0 | 64 | 47 | 15 | 156 | 64 | 27 |
| Octal | 311 | 0 | 73 | 0 | 144 | 107 | 25 | 526 | 144 | 47 |
| Binary | 11001001 | 0 | 111011 | 0 | 1100100 | 1000111 | 10101 | 101010110 | 1100100 | 100111 |
Color Harmonies of #C9003B
Complementary color
Monochromatic Colors of #C9003B
Black with #C9003B
Text Example
Text Example
White with #C9003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9003B; }
p { color: rgb(201,0,59); }
H1.HeaderClassName
{
color: #C9003B;
}
.AnyTagClassName
{
color: #C9003B;
}
</style>
background-color css
<style>
a { background-color: #C9003B; }
a { background-color: rgb(201,0,59); }
div.DivClassName
{
background-color: #C9003B;
}
.BgClassName
{
background-color: #C9003B;
}
</style>
border-color css
<style>
span { border-color: #C9003B; }
span { border-color: rgb(201,0,59); }
td.TdClassName
{
border-color: #C9003B;
}
.TagClassName
{
border-color: #C9003B;
}
</style>