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