Shades of Crimson #CE1343
Tints of Crimson #CE1343
RGB
CMYK
RGB Variations
Color information
#CE1343 (or 0xCE1343) is known color: Crimson. HEX triplet: CE, 13 and 43. RGB value is (206,19,67). Sum of RGB (Red+Green+Blue) = 206+19+67=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1343 is #31ECBC. Grayscale: #505050. Windows color (decimal): -3271869 or 4395982. OLE color: 4395982.
HSL color Cylindrical-coordinate representation of color #CE1343: hue angle of 344.6º 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 #CE1343 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 67 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.19 |
| HSL | 344.6º | 0.83% | 0.44% | - |
| HSV(B) | 344.6º | 0.91% | 0.81% | - |
| XYZ | 26.7 | 13.99 | 6.6 | - |
| YUV | 80.39 | 120.45 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 67 | 0 | 0.91 | 0.67 | 0.19 | 344.6 | 0.83 | 0.44 |
| Hex | CE | 13 | 43 | 0 | 5B | 43 | 13 | 159 | 53 | 2C |
| Octal | 316 | 23 | 103 | 0 | 133 | 103 | 23 | 531 | 123 | 54 |
| Binary | 11001110 | 10011 | 1000011 | 0 | 1011011 | 1000011 | 10011 | 101011001 | 1010011 | 101100 |
Color Harmonies of #CE1343
Complementary color
Monochromatic Colors of #CE1343
Black with #CE1343
Text Example
Text Example
White with #CE1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1343; }
p { color: rgb(206,19,67); }
H1.HeaderClassName
{
color: #CE1343;
}
.AnyTagClassName
{
color: #CE1343;
}
</style>
background-color css
<style>
a { background-color: #CE1343; }
a { background-color: rgb(206,19,67); }
div.DivClassName
{
background-color: #CE1343;
}
.BgClassName
{
background-color: #CE1343;
}
</style>
border-color css
<style>
span { border-color: #CE1343; }
span { border-color: rgb(206,19,67); }
td.TdClassName
{
border-color: #CE1343;
}
.TagClassName
{
border-color: #CE1343;
}
</style>