Shades of Crimson #C90433
Tints of Crimson #C90433
RGB
CMYK
RGB Variations
Color information
#C90433 (or 0xC90433) is known color: Crimson. HEX triplet: C9, 04 and 33. RGB value is (201,4,51). Sum of RGB (Red+Green+Blue) = 201+4+51=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C90433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90433 is #36FBCC. Grayscale: #444444. Windows color (decimal): -3603405 or 3343561. OLE color: 3343561.
HSL color Cylindrical-coordinate representation of color #C90433: hue angle of 345.69º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90433 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.21 |
| HSL | 345.69º | 0.96% | 0.4% | - |
| HSV(B) | 345.69º | 0.98% | 0.79% | - |
| XYZ | 24.73 | 12.74 | 4.29 | - |
| YUV | 68.26 | 118.27 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 51 | 0 | 0.98 | 0.75 | 0.21 | 345.69 | 0.96 | 0.4 |
| Hex | C9 | 4 | 33 | 0 | 62 | 4B | 15 | 15A | 60 | 28 |
| Octal | 311 | 4 | 63 | 0 | 142 | 113 | 25 | 532 | 140 | 50 |
| Binary | 11001001 | 100 | 110011 | 0 | 1100010 | 1001011 | 10101 | 101011010 | 1100000 | 101000 |
Color Harmonies of #C90433
Complementary color
Monochromatic Colors of #C90433
Black with #C90433
Text Example
Text Example
White with #C90433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90433; }
p { color: rgb(201,4,51); }
H1.HeaderClassName
{
color: #C90433;
}
.AnyTagClassName
{
color: #C90433;
}
</style>
background-color css
<style>
a { background-color: #C90433; }
a { background-color: rgb(201,4,51); }
div.DivClassName
{
background-color: #C90433;
}
.BgClassName
{
background-color: #C90433;
}
</style>
border-color css
<style>
span { border-color: #C90433; }
span { border-color: rgb(201,4,51); }
td.TdClassName
{
border-color: #C90433;
}
.TagClassName
{
border-color: #C90433;
}
</style>