Shades of Crimson #CE133B
Tints of Crimson #CE133B
RGB
CMYK
RGB Variations
Color information
#CE133B (or 0xCE133B) is known color: Crimson. HEX triplet: CE, 13 and 3B. RGB value is (206,19,59). Sum of RGB (Red+Green+Blue) = 206+19+59=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE133B is #31ECC4. Grayscale: #4F4F4F. Windows color (decimal): -3271877 or 3871694. OLE color: 3871694.
HSL color Cylindrical-coordinate representation of color #CE133B: hue angle of 347.17º 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 #CE133B is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 59 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.19 |
| HSL | 347.17º | 0.83% | 0.44% | - |
| HSV(B) | 347.17º | 0.91% | 0.81% | - |
| XYZ | 26.48 | 13.9 | 5.43 | - |
| YUV | 79.47 | 116.45 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 59 | 0 | 0.91 | 0.71 | 0.19 | 347.17 | 0.83 | 0.44 |
| Hex | CE | 13 | 3B | 0 | 5B | 47 | 13 | 15B | 53 | 2C |
| Octal | 316 | 23 | 73 | 0 | 133 | 107 | 23 | 533 | 123 | 54 |
| Binary | 11001110 | 10011 | 111011 | 0 | 1011011 | 1000111 | 10011 | 101011011 | 1010011 | 101100 |
Color Harmonies of #CE133B
Complementary color
Monochromatic Colors of #CE133B
Black with #CE133B
Text Example
Text Example
White with #CE133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE133B; }
p { color: rgb(206,19,59); }
H1.HeaderClassName
{
color: #CE133B;
}
.AnyTagClassName
{
color: #CE133B;
}
</style>
background-color css
<style>
a { background-color: #CE133B; }
a { background-color: rgb(206,19,59); }
div.DivClassName
{
background-color: #CE133B;
}
.BgClassName
{
background-color: #CE133B;
}
</style>
border-color css
<style>
span { border-color: #CE133B; }
span { border-color: rgb(206,19,59); }
td.TdClassName
{
border-color: #CE133B;
}
.TagClassName
{
border-color: #CE133B;
}
</style>