Shades of Crimson #C9083C
Tints of Crimson #C9083C
RGB
CMYK
RGB Variations
Color information
#C9083C (or 0xC9083C) is known color: Crimson. HEX triplet: C9, 08 and 3C. RGB value is (201,8,60). Sum of RGB (Red+Green+Blue) = 201+8+60=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9083C is #36F7C3. Grayscale: #474747. Windows color (decimal): -3602372 or 3934409. OLE color: 3934409.
HSL color Cylindrical-coordinate representation of color #C9083C: hue angle of 343.83º 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 #C9083C is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 60 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.21 |
| HSL | 343.83º | 0.92% | 0.41% | - |
| HSV(B) | 343.83º | 0.96% | 0.79% | - |
| XYZ | 24.99 | 12.92 | 5.45 | - |
| YUV | 71.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 60 | 0 | 0.96 | 0.70 | 0.21 | 343.83 | 0.92 | 0.41 |
| Hex | C9 | 8 | 3C | 0 | 60 | 46 | 15 | 158 | 5C | 29 |
| Octal | 311 | 10 | 74 | 0 | 140 | 106 | 25 | 530 | 134 | 51 |
| Binary | 11001001 | 1000 | 111100 | 0 | 1100000 | 1000110 | 10101 | 101011000 | 1011100 | 101001 |
Color Harmonies of #C9083C
Complementary color
Monochromatic Colors of #C9083C
Black with #C9083C
Text Example
Text Example
White with #C9083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9083C; }
p { color: rgb(201,8,60); }
H1.HeaderClassName
{
color: #C9083C;
}
.AnyTagClassName
{
color: #C9083C;
}
</style>
background-color css
<style>
a { background-color: #C9083C; }
a { background-color: rgb(201,8,60); }
div.DivClassName
{
background-color: #C9083C;
}
.BgClassName
{
background-color: #C9083C;
}
</style>
border-color css
<style>
span { border-color: #C9083C; }
span { border-color: rgb(201,8,60); }
td.TdClassName
{
border-color: #C9083C;
}
.TagClassName
{
border-color: #C9083C;
}
</style>