Shades of Crimson #C90341
Tints of Crimson #C90341
RGB
CMYK
RGB Variations
Color information
#C90341 (or 0xC90341) is known color: Crimson. HEX triplet: C9, 03 and 41. RGB value is (201,3,65). Sum of RGB (Red+Green+Blue) = 201+3+65=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C90341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90341 is #36FCBE. Grayscale: #454545. Windows color (decimal): -3603647 or 4260809. OLE color: 4260809.
HSL color Cylindrical-coordinate representation of color #C90341: hue angle of 341.21º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90341 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 65 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.21 |
| HSL | 341.21º | 0.97% | 0.4% | - |
| HSV(B) | 341.21º | 0.99% | 0.79% | - |
| XYZ | 25.07 | 12.86 | 6.16 | - |
| YUV | 69.27 | 125.6 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 65 | 0 | 0.99 | 0.68 | 0.21 | 341.21 | 0.97 | 0.4 |
| Hex | C9 | 3 | 41 | 0 | 63 | 44 | 15 | 155 | 61 | 28 |
| Octal | 311 | 3 | 101 | 0 | 143 | 104 | 25 | 525 | 141 | 50 |
| Binary | 11001001 | 11 | 1000001 | 0 | 1100011 | 1000100 | 10101 | 101010101 | 1100001 | 101000 |
Color Harmonies of #C90341
Complementary color
Monochromatic Colors of #C90341
Black with #C90341
Text Example
Text Example
White with #C90341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90341; }
p { color: rgb(201,3,65); }
H1.HeaderClassName
{
color: #C90341;
}
.AnyTagClassName
{
color: #C90341;
}
</style>
background-color css
<style>
a { background-color: #C90341; }
a { background-color: rgb(201,3,65); }
div.DivClassName
{
background-color: #C90341;
}
.BgClassName
{
background-color: #C90341;
}
</style>
border-color css
<style>
span { border-color: #C90341; }
span { border-color: rgb(201,3,65); }
td.TdClassName
{
border-color: #C90341;
}
.TagClassName
{
border-color: #C90341;
}
</style>