Shades of Crimson #CE134C
Tints of Crimson #CE134C
RGB
CMYK
RGB Variations
Color information
#CE134C (or 0xCE134C) is known color: Crimson. HEX triplet: CE, 13 and 4C. RGB value is (206,19,76). Sum of RGB (Red+Green+Blue) = 206+19+76=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE134C is #31ECB3. Grayscale: #515151. Windows color (decimal): -3271860 or 4985806. OLE color: 4985806.
HSL color Cylindrical-coordinate representation of color #CE134C: hue angle of 341.71º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE134C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 76 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.19 |
| HSL | 341.71º | 0.83% | 0.44% | - |
| HSV(B) | 341.71º | 0.91% | 0.81% | - |
| XYZ | 26.99 | 14.11 | 8.14 | - |
| YUV | 81.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 76 | 0 | 0.91 | 0.63 | 0.19 | 341.71 | 0.83 | 0.44 |
| Hex | CE | 13 | 4C | 0 | 5B | 3F | 13 | 156 | 53 | 2C |
| Octal | 316 | 23 | 114 | 0 | 133 | 77 | 23 | 526 | 123 | 54 |
| Binary | 11001110 | 10011 | 1001100 | 0 | 1011011 | 111111 | 10011 | 101010110 | 1010011 | 101100 |
Color Harmonies of #CE134C
Complementary color
Monochromatic Colors of #CE134C
Black with #CE134C
Text Example
Text Example
White with #CE134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE134C; }
p { color: rgb(206,19,76); }
H1.HeaderClassName
{
color: #CE134C;
}
.AnyTagClassName
{
color: #CE134C;
}
</style>
background-color css
<style>
a { background-color: #CE134C; }
a { background-color: rgb(206,19,76); }
div.DivClassName
{
background-color: #CE134C;
}
.BgClassName
{
background-color: #CE134C;
}
</style>
border-color css
<style>
span { border-color: #CE134C; }
span { border-color: rgb(206,19,76); }
td.TdClassName
{
border-color: #CE134C;
}
.TagClassName
{
border-color: #CE134C;
}
</style>