Shades of Crimson #CE133E
Tints of Crimson #CE133E
RGB
CMYK
RGB Variations
Color information
#CE133E (or 0xCE133E) is known color: Crimson. HEX triplet: CE, 13 and 3E. RGB value is (206,19,62). Sum of RGB (Red+Green+Blue) = 206+19+62=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE133E is #31ECC1. Grayscale: #4F4F4F. Windows color (decimal): -3271874 or 4068302. OLE color: 4068302.
HSL color Cylindrical-coordinate representation of color #CE133E: hue angle of 346.2º 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 #CE133E is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 62 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.19 |
| HSL | 346.2º | 0.83% | 0.44% | - |
| HSV(B) | 346.2º | 0.91% | 0.81% | - |
| XYZ | 26.56 | 13.94 | 5.85 | - |
| YUV | 79.82 | 117.95 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 62 | 0 | 0.91 | 0.70 | 0.19 | 346.2 | 0.83 | 0.44 |
| Hex | CE | 13 | 3E | 0 | 5B | 46 | 13 | 15A | 53 | 2C |
| Octal | 316 | 23 | 76 | 0 | 133 | 106 | 23 | 532 | 123 | 54 |
| Binary | 11001110 | 10011 | 111110 | 0 | 1011011 | 1000110 | 10011 | 101011010 | 1010011 | 101100 |
Color Harmonies of #CE133E
Complementary color
Monochromatic Colors of #CE133E
Black with #CE133E
Text Example
Text Example
White with #CE133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE133E; }
p { color: rgb(206,19,62); }
H1.HeaderClassName
{
color: #CE133E;
}
.AnyTagClassName
{
color: #CE133E;
}
</style>
background-color css
<style>
a { background-color: #CE133E; }
a { background-color: rgb(206,19,62); }
div.DivClassName
{
background-color: #CE133E;
}
.BgClassName
{
background-color: #CE133E;
}
</style>
border-color css
<style>
span { border-color: #CE133E; }
span { border-color: rgb(206,19,62); }
td.TdClassName
{
border-color: #CE133E;
}
.TagClassName
{
border-color: #CE133E;
}
</style>