Shades of Crimson #C9083F
Tints of Crimson #C9083F
RGB
CMYK
RGB Variations
Color information
#C9083F (or 0xC9083F) is known color: Crimson. HEX triplet: C9, 08 and 3F. RGB value is (201,8,63). Sum of RGB (Red+Green+Blue) = 201+8+63=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C9083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9083F is #36F7C0. Grayscale: #474747. Windows color (decimal): -3602369 or 4131017. OLE color: 4131017.
HSL color Cylindrical-coordinate representation of color #C9083F: hue angle of 342.9º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9083F is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.21 |
| HSL | 342.9º | 0.92% | 0.41% | - |
| HSV(B) | 342.9º | 0.96% | 0.79% | - |
| XYZ | 25.07 | 12.95 | 5.88 | - |
| YUV | 71.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 63 | 0 | 0.96 | 0.69 | 0.21 | 342.9 | 0.92 | 0.41 |
| Hex | C9 | 8 | 3F | 0 | 60 | 45 | 15 | 157 | 5C | 29 |
| Octal | 311 | 10 | 77 | 0 | 140 | 105 | 25 | 527 | 134 | 51 |
| Binary | 11001001 | 1000 | 111111 | 0 | 1100000 | 1000101 | 10101 | 101010111 | 1011100 | 101001 |
Color Harmonies of #C9083F
Complementary color
Monochromatic Colors of #C9083F
Black with #C9083F
Text Example
Text Example
White with #C9083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9083F; }
p { color: rgb(201,8,63); }
H1.HeaderClassName
{
color: #C9083F;
}
.AnyTagClassName
{
color: #C9083F;
}
</style>
background-color css
<style>
a { background-color: #C9083F; }
a { background-color: rgb(201,8,63); }
div.DivClassName
{
background-color: #C9083F;
}
.BgClassName
{
background-color: #C9083F;
}
</style>
border-color css
<style>
span { border-color: #C9083F; }
span { border-color: rgb(201,8,63); }
td.TdClassName
{
border-color: #C9083F;
}
.TagClassName
{
border-color: #C9083F;
}
</style>