Shades of Crimson #CE104A
Tints of Crimson #CE104A
RGB
CMYK
RGB Variations
Color information
#CE104A (or 0xCE104A) is known color: Crimson. HEX triplet: CE, 10 and 4A. RGB value is (206,16,74). Sum of RGB (Red+Green+Blue) = 206+16+74=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE104A is #31EFB5. Grayscale: #4F4F4F. Windows color (decimal): -3272630 or 4853966. OLE color: 4853966.
HSL color Cylindrical-coordinate representation of color #CE104A: hue angle of 341.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE104A is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 74 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.19 |
| HSL | 341.68º | 0.86% | 0.44% | - |
| HSV(B) | 341.68º | 0.92% | 0.81% | - |
| XYZ | 26.87 | 13.99 | 7.76 | - |
| YUV | 79.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 74 | 0 | 0.92 | 0.64 | 0.19 | 341.68 | 0.86 | 0.44 |
| Hex | CE | 10 | 4A | 0 | 5C | 40 | 13 | 156 | 56 | 2C |
| Octal | 316 | 20 | 112 | 0 | 134 | 100 | 23 | 526 | 126 | 54 |
| Binary | 11001110 | 10000 | 1001010 | 0 | 1011100 | 1000000 | 10011 | 101010110 | 1010110 | 101100 |
Color Harmonies of #CE104A
Complementary color
Monochromatic Colors of #CE104A
Black with #CE104A
Text Example
Text Example
White with #CE104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE104A; }
p { color: rgb(206,16,74); }
H1.HeaderClassName
{
color: #CE104A;
}
.AnyTagClassName
{
color: #CE104A;
}
</style>
background-color css
<style>
a { background-color: #CE104A; }
a { background-color: rgb(206,16,74); }
div.DivClassName
{
background-color: #CE104A;
}
.BgClassName
{
background-color: #CE104A;
}
</style>
border-color css
<style>
span { border-color: #CE104A; }
span { border-color: rgb(206,16,74); }
td.TdClassName
{
border-color: #CE104A;
}
.TagClassName
{
border-color: #CE104A;
}
</style>