Shades of Crimson #C9063D
Tints of Crimson #C9063D
RGB
CMYK
RGB Variations
Color information
#C9063D (or 0xC9063D) is known color: Crimson. HEX triplet: C9, 06 and 3D. RGB value is (201,6,61). Sum of RGB (Red+Green+Blue) = 201+6+61=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9063D is #36F9C2. Grayscale: #464646. Windows color (decimal): -3602883 or 3999433. OLE color: 3999433.
HSL color Cylindrical-coordinate representation of color #C9063D: hue angle of 343.08º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9063D is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.21 |
| HSL | 343.08º | 0.94% | 0.41% | - |
| HSV(B) | 343.08º | 0.97% | 0.79% | - |
| XYZ | 24.99 | 12.88 | 5.58 | - |
| YUV | 70.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 61 | 0 | 0.97 | 0.70 | 0.21 | 343.08 | 0.94 | 0.41 |
| Hex | C9 | 6 | 3D | 0 | 61 | 46 | 15 | 157 | 5E | 29 |
| Octal | 311 | 6 | 75 | 0 | 141 | 106 | 25 | 527 | 136 | 51 |
| Binary | 11001001 | 110 | 111101 | 0 | 1100001 | 1000110 | 10101 | 101010111 | 1011110 | 101001 |
Color Harmonies of #C9063D
Complementary color
Monochromatic Colors of #C9063D
Black with #C9063D
Text Example
Text Example
White with #C9063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9063D; }
p { color: rgb(201,6,61); }
H1.HeaderClassName
{
color: #C9063D;
}
.AnyTagClassName
{
color: #C9063D;
}
</style>
background-color css
<style>
a { background-color: #C9063D; }
a { background-color: rgb(201,6,61); }
div.DivClassName
{
background-color: #C9063D;
}
.BgClassName
{
background-color: #C9063D;
}
</style>
border-color css
<style>
span { border-color: #C9063D; }
span { border-color: rgb(201,6,61); }
td.TdClassName
{
border-color: #C9063D;
}
.TagClassName
{
border-color: #C9063D;
}
</style>