Shades of Crimson #C9084A
Tints of Crimson #C9084A
RGB
CMYK
RGB Variations
Color information
#C9084A (or 0xC9084A) is known color: Crimson. HEX triplet: C9, 08 and 4A. RGB value is (201,8,74). Sum of RGB (Red+Green+Blue) = 201+8+74=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9084A is #36F7B5. Grayscale: #494949. Windows color (decimal): -3602358 or 4851913. OLE color: 4851913.
HSL color Cylindrical-coordinate representation of color #C9084A: hue angle of 339.48º 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 #C9084A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 8 | 74 | - |
CMYK | 0 | 0.96 | 0.63 | 0.21 |
HSL | 339.48º | 0.92% | 0.41% | - |
HSV(B) | 339.48º | 0.96% | 0.79% | - |
XYZ | 25.41 | 13.09 | 7.67 | - |
YUV | 73.23 | 128.44 | 219.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 8 | 74 | 0 | 0.96 | 0.63 | 0.21 | 339.48 | 0.92 | 0.41 |
Hex | C9 | 8 | 4A | 0 | 60 | 3F | 15 | 153 | 5C | 29 |
Octal | 311 | 10 | 112 | 0 | 140 | 77 | 25 | 523 | 134 | 51 |
Binary | 11001001 | 1000 | 1001010 | 0 | 1100000 | 111111 | 10101 | 101010011 | 1011100 | 101001 |
Color Harmonies of #C9084A
Complementary color
Monochromatic Colors of #C9084A
Black with #C9084A
Text Example
Text Example
White with #C9084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9084A; }
p { color: rgb(201,8,74); }
H1.HeaderClassName
{
color: #C9084A;
}
.AnyTagClassName
{
color: #C9084A;
}
</style>
background-color css
<style>
a { background-color: #C9084A; }
a { background-color: rgb(201,8,74); }
div.DivClassName
{
background-color: #C9084A;
}
.BgClassName
{
background-color: #C9084A;
}
</style>
border-color css
<style>
span { border-color: #C9084A; }
span { border-color: rgb(201,8,74); }
td.TdClassName
{
border-color: #C9084A;
}
.TagClassName
{
border-color: #C9084A;
}
</style>