Shades of Crimson #C9053D
Tints of Crimson #C9053D
RGB
CMYK
RGB Variations
Color information
#C9053D (or 0xC9053D) is known color: Crimson. HEX triplet: C9, 05 and 3D. RGB value is (201,5,61). Sum of RGB (Red+Green+Blue) = 201+5+61=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C9053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9053D is #36FAC2. Grayscale: #454545. Windows color (decimal): -3603139 or 3999177. OLE color: 3999177.
HSL color Cylindrical-coordinate representation of color #C9053D: hue angle of 342.86º 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 #C9053D is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.21 |
| HSL | 342.86º | 0.95% | 0.4% | - |
| HSV(B) | 342.86º | 0.98% | 0.79% | - |
| XYZ | 24.98 | 12.86 | 5.58 | - |
| YUV | 69.99 | 122.93 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 61 | 0 | 0.98 | 0.70 | 0.21 | 342.86 | 0.95 | 0.4 |
| Hex | C9 | 5 | 3D | 0 | 62 | 46 | 15 | 157 | 5F | 28 |
| Octal | 311 | 5 | 75 | 0 | 142 | 106 | 25 | 527 | 137 | 50 |
| Binary | 11001001 | 101 | 111101 | 0 | 1100010 | 1000110 | 10101 | 101010111 | 1011111 | 101000 |
Color Harmonies of #C9053D
Complementary color
Monochromatic Colors of #C9053D
Black with #C9053D
Text Example
Text Example
White with #C9053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9053D; }
p { color: rgb(201,5,61); }
H1.HeaderClassName
{
color: #C9053D;
}
.AnyTagClassName
{
color: #C9053D;
}
</style>
background-color css
<style>
a { background-color: #C9053D; }
a { background-color: rgb(201,5,61); }
div.DivClassName
{
background-color: #C9053D;
}
.BgClassName
{
background-color: #C9053D;
}
</style>
border-color css
<style>
span { border-color: #C9053D; }
span { border-color: rgb(201,5,61); }
td.TdClassName
{
border-color: #C9053D;
}
.TagClassName
{
border-color: #C9053D;
}
</style>