Shades of Crimson #C90345
Tints of Crimson #C90345
RGB
CMYK
RGB Variations
Color information
#C90345 (or 0xC90345) is known color: Crimson. HEX triplet: C9, 03 and 45. RGB value is (201,3,69). Sum of RGB (Red+Green+Blue) = 201+3+69=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C90345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90345 is #36FCBA. Grayscale: #454545. Windows color (decimal): -3603643 or 4522953. OLE color: 4522953.
HSL color Cylindrical-coordinate representation of color #C90345: hue angle of 340º 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 #C90345 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.21 |
| HSL | 340º | 0.97% | 0.4% | - |
| HSV(B) | 340º | 0.99% | 0.79% | - |
| XYZ | 25.19 | 12.91 | 6.79 | - |
| YUV | 69.73 | 127.6 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 69 | 0 | 0.99 | 0.66 | 0.21 | 340 | 0.97 | 0.4 |
| Hex | C9 | 3 | 45 | 0 | 63 | 42 | 15 | 154 | 61 | 28 |
| Octal | 311 | 3 | 105 | 0 | 143 | 102 | 25 | 524 | 141 | 50 |
| Binary | 11001001 | 11 | 1000101 | 0 | 1100011 | 1000010 | 10101 | 101010100 | 1100001 | 101000 |
Color Harmonies of #C90345
Complementary color
Monochromatic Colors of #C90345
Black with #C90345
Text Example
Text Example
White with #C90345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90345; }
p { color: rgb(201,3,69); }
H1.HeaderClassName
{
color: #C90345;
}
.AnyTagClassName
{
color: #C90345;
}
</style>
background-color css
<style>
a { background-color: #C90345; }
a { background-color: rgb(201,3,69); }
div.DivClassName
{
background-color: #C90345;
}
.BgClassName
{
background-color: #C90345;
}
</style>
border-color css
<style>
span { border-color: #C90345; }
span { border-color: rgb(201,3,69); }
td.TdClassName
{
border-color: #C90345;
}
.TagClassName
{
border-color: #C90345;
}
</style>