Shades of Crimson #C90333
Tints of Crimson #C90333
RGB
CMYK
RGB Variations
Color information
#C90333 (or 0xC90333) is known color: Crimson. HEX triplet: C9, 03 and 33. RGB value is (201,3,51). Sum of RGB (Red+Green+Blue) = 201+3+51=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C90333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90333 is #36FCCC. Grayscale: #434343. Windows color (decimal): -3603661 or 3343305. OLE color: 3343305.
HSL color Cylindrical-coordinate representation of color #C90333: hue angle of 345.45º 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 #C90333 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 51 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.21 |
| HSL | 345.45º | 0.97% | 0.4% | - |
| HSV(B) | 345.45º | 0.99% | 0.79% | - |
| XYZ | 24.72 | 12.72 | 4.28 | - |
| YUV | 67.67 | 118.6 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 51 | 0 | 0.99 | 0.75 | 0.21 | 345.45 | 0.97 | 0.4 |
| Hex | C9 | 3 | 33 | 0 | 63 | 4B | 15 | 159 | 61 | 28 |
| Octal | 311 | 3 | 63 | 0 | 143 | 113 | 25 | 531 | 141 | 50 |
| Binary | 11001001 | 11 | 110011 | 0 | 1100011 | 1001011 | 10101 | 101011001 | 1100001 | 101000 |
Color Harmonies of #C90333
Complementary color
Monochromatic Colors of #C90333
Black with #C90333
Text Example
Text Example
White with #C90333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90333; }
p { color: rgb(201,3,51); }
H1.HeaderClassName
{
color: #C90333;
}
.AnyTagClassName
{
color: #C90333;
}
</style>
background-color css
<style>
a { background-color: #C90333; }
a { background-color: rgb(201,3,51); }
div.DivClassName
{
background-color: #C90333;
}
.BgClassName
{
background-color: #C90333;
}
</style>
border-color css
<style>
span { border-color: #C90333; }
span { border-color: rgb(201,3,51); }
td.TdClassName
{
border-color: #C90333;
}
.TagClassName
{
border-color: #C90333;
}
</style>