Shades of Crimson #C9074A
Tints of Crimson #C9074A
RGB
CMYK
RGB Variations
Color information
#C9074A (or 0xC9074A) is known color: Crimson. HEX triplet: C9, 07 and 4A. RGB value is (201,7,74). Sum of RGB (Red+Green+Blue) = 201+7+74=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9074A is #36F8B5. Grayscale: #484848. Windows color (decimal): -3602614 or 4851657. OLE color: 4851657.
HSL color Cylindrical-coordinate representation of color #C9074A: hue angle of 339.28º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9074A is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 74 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.21 |
| HSL | 339.28º | 0.93% | 0.41% | - |
| HSV(B) | 339.28º | 0.97% | 0.79% | - |
| XYZ | 25.4 | 13.06 | 7.66 | - |
| YUV | 72.64 | 128.77 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 74 | 0 | 0.97 | 0.63 | 0.21 | 339.28 | 0.93 | 0.41 |
| Hex | C9 | 7 | 4A | 0 | 61 | 3F | 15 | 153 | 5D | 29 |
| Octal | 311 | 7 | 112 | 0 | 141 | 77 | 25 | 523 | 135 | 51 |
| Binary | 11001001 | 111 | 1001010 | 0 | 1100001 | 111111 | 10101 | 101010011 | 1011101 | 101001 |
Color Harmonies of #C9074A
Complementary color
Monochromatic Colors of #C9074A
Black with #C9074A
Text Example
Text Example
White with #C9074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9074A; }
p { color: rgb(201,7,74); }
H1.HeaderClassName
{
color: #C9074A;
}
.AnyTagClassName
{
color: #C9074A;
}
</style>
background-color css
<style>
a { background-color: #C9074A; }
a { background-color: rgb(201,7,74); }
div.DivClassName
{
background-color: #C9074A;
}
.BgClassName
{
background-color: #C9074A;
}
</style>
border-color css
<style>
span { border-color: #C9074A; }
span { border-color: rgb(201,7,74); }
td.TdClassName
{
border-color: #C9074A;
}
.TagClassName
{
border-color: #C9074A;
}
</style>