Shades of Crimson #C90A45
Tints of Crimson #C90A45
RGB
CMYK
RGB Variations
Color information
#C90A45 (or 0xC90A45) is known color: Crimson. HEX triplet: C9, 0A and 45. RGB value is (201,10,69). Sum of RGB (Red+Green+Blue) = 201+10+69=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C90A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90A45 is #36F5BA. Grayscale: #494949. Windows color (decimal): -3601851 or 4524745. OLE color: 4524745.
HSL color Cylindrical-coordinate representation of color #C90A45: hue angle of 341.47º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90A45 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 10 | 69 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.21 |
| HSL | 341.47º | 0.91% | 0.41% | - |
| HSV(B) | 341.47º | 0.95% | 0.79% | - |
| XYZ | 25.27 | 13.06 | 6.82 | - |
| YUV | 73.84 | 125.28 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 69 | 0 | 0.95 | 0.66 | 0.21 | 341.47 | 0.91 | 0.41 |
| Hex | C9 | A | 45 | 0 | 5F | 42 | 15 | 155 | 5B | 29 |
| Octal | 311 | 12 | 105 | 0 | 137 | 102 | 25 | 525 | 133 | 51 |
| Binary | 11001001 | 1010 | 1000101 | 0 | 1011111 | 1000010 | 10101 | 101010101 | 1011011 | 101001 |
Color Harmonies of #C90A45
Complementary color
Monochromatic Colors of #C90A45
Black with #C90A45
Text Example
Text Example
White with #C90A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90A45; }
p { color: rgb(201,10,69); }
H1.HeaderClassName
{
color: #C90A45;
}
.AnyTagClassName
{
color: #C90A45;
}
</style>
background-color css
<style>
a { background-color: #C90A45; }
a { background-color: rgb(201,10,69); }
div.DivClassName
{
background-color: #C90A45;
}
.BgClassName
{
background-color: #C90A45;
}
</style>
border-color css
<style>
span { border-color: #C90A45; }
span { border-color: rgb(201,10,69); }
td.TdClassName
{
border-color: #C90A45;
}
.TagClassName
{
border-color: #C90A45;
}
</style>