Shades of Crimson #C90434
Tints of Crimson #C90434
RGB
CMYK
RGB Variations
Color information
#C90434 (or 0xC90434) is known color: Crimson. HEX triplet: C9, 04 and 34. RGB value is (201,4,52). Sum of RGB (Red+Green+Blue) = 201+4+52=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C90434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90434 is #36FBCB. Grayscale: #444444. Windows color (decimal): -3603404 or 3409097. OLE color: 3409097.
HSL color Cylindrical-coordinate representation of color #C90434: hue angle of 345.38º 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 #C90434 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 52 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.21 |
| HSL | 345.38º | 0.96% | 0.4% | - |
| HSV(B) | 345.38º | 0.98% | 0.79% | - |
| XYZ | 24.75 | 12.75 | 4.41 | - |
| YUV | 68.38 | 118.77 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 52 | 0 | 0.98 | 0.74 | 0.21 | 345.38 | 0.96 | 0.4 |
| Hex | C9 | 4 | 34 | 0 | 62 | 4A | 15 | 159 | 60 | 28 |
| Octal | 311 | 4 | 64 | 0 | 142 | 112 | 25 | 531 | 140 | 50 |
| Binary | 11001001 | 100 | 110100 | 0 | 1100010 | 1001010 | 10101 | 101011001 | 1100000 | 101000 |
Color Harmonies of #C90434
Complementary color
Monochromatic Colors of #C90434
Black with #C90434
Text Example
Text Example
White with #C90434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90434; }
p { color: rgb(201,4,52); }
H1.HeaderClassName
{
color: #C90434;
}
.AnyTagClassName
{
color: #C90434;
}
</style>
background-color css
<style>
a { background-color: #C90434; }
a { background-color: rgb(201,4,52); }
div.DivClassName
{
background-color: #C90434;
}
.BgClassName
{
background-color: #C90434;
}
</style>
border-color css
<style>
span { border-color: #C90434; }
span { border-color: rgb(201,4,52); }
td.TdClassName
{
border-color: #C90434;
}
.TagClassName
{
border-color: #C90434;
}
</style>