Shades of Crimson #CE133D
Tints of Crimson #CE133D
RGB
CMYK
RGB Variations
Color information
#CE133D (or 0xCE133D) is known color: Crimson. HEX triplet: CE, 13 and 3D. RGB value is (206,19,61). Sum of RGB (Red+Green+Blue) = 206+19+61=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE133D is #31ECC2. Grayscale: #4F4F4F. Windows color (decimal): -3271875 or 4002766. OLE color: 4002766.
HSL color Cylindrical-coordinate representation of color #CE133D: hue angle of 346.52º 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 #CE133D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 61 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.19 |
| HSL | 346.52º | 0.83% | 0.44% | - |
| HSV(B) | 346.52º | 0.91% | 0.81% | - |
| XYZ | 26.53 | 13.92 | 5.7 | - |
| YUV | 79.7 | 117.45 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 61 | 0 | 0.91 | 0.70 | 0.19 | 346.52 | 0.83 | 0.44 |
| Hex | CE | 13 | 3D | 0 | 5B | 46 | 13 | 15B | 53 | 2C |
| Octal | 316 | 23 | 75 | 0 | 133 | 106 | 23 | 533 | 123 | 54 |
| Binary | 11001110 | 10011 | 111101 | 0 | 1011011 | 1000110 | 10011 | 101011011 | 1010011 | 101100 |
Color Harmonies of #CE133D
Complementary color
Monochromatic Colors of #CE133D
Black with #CE133D
Text Example
Text Example
White with #CE133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE133D; }
p { color: rgb(206,19,61); }
H1.HeaderClassName
{
color: #CE133D;
}
.AnyTagClassName
{
color: #CE133D;
}
</style>
background-color css
<style>
a { background-color: #CE133D; }
a { background-color: rgb(206,19,61); }
div.DivClassName
{
background-color: #CE133D;
}
.BgClassName
{
background-color: #CE133D;
}
</style>
border-color css
<style>
span { border-color: #CE133D; }
span { border-color: rgb(206,19,61); }
td.TdClassName
{
border-color: #CE133D;
}
.TagClassName
{
border-color: #CE133D;
}
</style>