Shades of Crimson #C90034
Tints of Crimson #C90034
RGB
CMYK
RGB Variations
Color information
#C90034 (or 0xC90034) is known color: Crimson. HEX triplet: C9, 00 and 34. RGB value is (201,0,52). Sum of RGB (Red+Green+Blue) = 201+0+52=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C90034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90034 is #36FFCB. Grayscale: #424242. Windows color (decimal): -3604428 or 3408073. OLE color: 3408073.
HSL color Cylindrical-coordinate representation of color #C90034: hue angle of 344.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90034 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.74 | 0.21 |
| HSL | 344.48º | 1% | 0.39% | - |
| HSV(B) | 344.48º | 1% | 0.79% | - |
| XYZ | 24.71 | 12.67 | 4.39 | - |
| YUV | 66.03 | 120.09 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 52 | 0 | 1 | 0.74 | 0.21 | 344.48 | 1 | 0.39 |
| Hex | C9 | 0 | 34 | 0 | 64 | 4A | 15 | 158 | 64 | 27 |
| Octal | 311 | 0 | 64 | 0 | 144 | 112 | 25 | 530 | 144 | 47 |
| Binary | 11001001 | 0 | 110100 | 0 | 1100100 | 1001010 | 10101 | 101011000 | 1100100 | 100111 |
Color Harmonies of #C90034
Complementary color
Monochromatic Colors of #C90034
Black with #C90034
Text Example
Text Example
White with #C90034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90034; }
p { color: rgb(201,0,52); }
H1.HeaderClassName
{
color: #C90034;
}
.AnyTagClassName
{
color: #C90034;
}
</style>
background-color css
<style>
a { background-color: #C90034; }
a { background-color: rgb(201,0,52); }
div.DivClassName
{
background-color: #C90034;
}
.BgClassName
{
background-color: #C90034;
}
</style>
border-color css
<style>
span { border-color: #C90034; }
span { border-color: rgb(201,0,52); }
td.TdClassName
{
border-color: #C90034;
}
.TagClassName
{
border-color: #C90034;
}
</style>