Shades of Crimson #C9053E
Tints of Crimson #C9053E
RGB
CMYK
RGB Variations
Color information
#C9053E (or 0xC9053E) is known color: Crimson. HEX triplet: C9, 05 and 3E. RGB value is (201,5,62). Sum of RGB (Red+Green+Blue) = 201+5+62=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9053E is #36FAC1. Grayscale: #464646. Windows color (decimal): -3603138 or 4064713. OLE color: 4064713.
HSL color Cylindrical-coordinate representation of color #C9053E: hue angle of 342.55º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9053E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.21 |
| HSL | 342.55º | 0.95% | 0.4% | - |
| HSV(B) | 342.55º | 0.98% | 0.79% | - |
| XYZ | 25.01 | 12.87 | 5.72 | - |
| YUV | 70.1 | 123.43 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 62 | 0 | 0.98 | 0.69 | 0.21 | 342.55 | 0.95 | 0.4 |
| Hex | C9 | 5 | 3E | 0 | 62 | 45 | 15 | 157 | 5F | 28 |
| Octal | 311 | 5 | 76 | 0 | 142 | 105 | 25 | 527 | 137 | 50 |
| Binary | 11001001 | 101 | 111110 | 0 | 1100010 | 1000101 | 10101 | 101010111 | 1011111 | 101000 |
Color Harmonies of #C9053E
Complementary color
Monochromatic Colors of #C9053E
Black with #C9053E
Text Example
Text Example
White with #C9053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9053E; }
p { color: rgb(201,5,62); }
H1.HeaderClassName
{
color: #C9053E;
}
.AnyTagClassName
{
color: #C9053E;
}
</style>
background-color css
<style>
a { background-color: #C9053E; }
a { background-color: rgb(201,5,62); }
div.DivClassName
{
background-color: #C9053E;
}
.BgClassName
{
background-color: #C9053E;
}
</style>
border-color css
<style>
span { border-color: #C9053E; }
span { border-color: rgb(201,5,62); }
td.TdClassName
{
border-color: #C9053E;
}
.TagClassName
{
border-color: #C9053E;
}
</style>