Shades of Crimson #CE134D
Tints of Crimson #CE134D
RGB
CMYK
RGB Variations
Color information
#CE134D (or 0xCE134D) is known color: Crimson. HEX triplet: CE, 13 and 4D. RGB value is (206,19,77). Sum of RGB (Red+Green+Blue) = 206+19+77=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE134D is #31ECB2. Grayscale: #515151. Windows color (decimal): -3271859 or 5051342. OLE color: 5051342.
HSL color Cylindrical-coordinate representation of color #CE134D: hue angle of 341.39º 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 #CE134D is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 77 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.19 |
| HSL | 341.39º | 0.83% | 0.44% | - |
| HSV(B) | 341.39º | 0.91% | 0.81% | - |
| XYZ | 27.03 | 14.12 | 8.32 | - |
| YUV | 81.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 77 | 0 | 0.91 | 0.63 | 0.19 | 341.39 | 0.83 | 0.44 |
| Hex | CE | 13 | 4D | 0 | 5B | 3F | 13 | 155 | 53 | 2C |
| Octal | 316 | 23 | 115 | 0 | 133 | 77 | 23 | 525 | 123 | 54 |
| Binary | 11001110 | 10011 | 1001101 | 0 | 1011011 | 111111 | 10011 | 101010101 | 1010011 | 101100 |
Color Harmonies of #CE134D
Complementary color
Monochromatic Colors of #CE134D
Black with #CE134D
Text Example
Text Example
White with #CE134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE134D; }
p { color: rgb(206,19,77); }
H1.HeaderClassName
{
color: #CE134D;
}
.AnyTagClassName
{
color: #CE134D;
}
</style>
background-color css
<style>
a { background-color: #CE134D; }
a { background-color: rgb(206,19,77); }
div.DivClassName
{
background-color: #CE134D;
}
.BgClassName
{
background-color: #CE134D;
}
</style>
border-color css
<style>
span { border-color: #CE134D; }
span { border-color: rgb(206,19,77); }
td.TdClassName
{
border-color: #CE134D;
}
.TagClassName
{
border-color: #CE134D;
}
</style>