Shades of Crimson #CE134B
Tints of Crimson #CE134B
RGB
CMYK
RGB Variations
Color information
#CE134B (or 0xCE134B) is known color: Crimson. HEX triplet: CE, 13 and 4B. RGB value is (206,19,75). Sum of RGB (Red+Green+Blue) = 206+19+75=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE134B is #31ECB4. Grayscale: #515151. Windows color (decimal): -3271861 or 4920270. OLE color: 4920270.
HSL color Cylindrical-coordinate representation of color #CE134B: hue angle of 342.03º 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 #CE134B is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 75 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.19 |
| HSL | 342.03º | 0.83% | 0.44% | - |
| HSV(B) | 342.03º | 0.91% | 0.81% | - |
| XYZ | 26.96 | 14.1 | 7.96 | - |
| YUV | 81.3 | 124.45 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 75 | 0 | 0.91 | 0.64 | 0.19 | 342.03 | 0.83 | 0.44 |
| Hex | CE | 13 | 4B | 0 | 5B | 40 | 13 | 156 | 53 | 2C |
| Octal | 316 | 23 | 113 | 0 | 133 | 100 | 23 | 526 | 123 | 54 |
| Binary | 11001110 | 10011 | 1001011 | 0 | 1011011 | 1000000 | 10011 | 101010110 | 1010011 | 101100 |
Color Harmonies of #CE134B
Complementary color
Monochromatic Colors of #CE134B
Black with #CE134B
Text Example
Text Example
White with #CE134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE134B; }
p { color: rgb(206,19,75); }
H1.HeaderClassName
{
color: #CE134B;
}
.AnyTagClassName
{
color: #CE134B;
}
</style>
background-color css
<style>
a { background-color: #CE134B; }
a { background-color: rgb(206,19,75); }
div.DivClassName
{
background-color: #CE134B;
}
.BgClassName
{
background-color: #CE134B;
}
</style>
border-color css
<style>
span { border-color: #CE134B; }
span { border-color: rgb(206,19,75); }
td.TdClassName
{
border-color: #CE134B;
}
.TagClassName
{
border-color: #CE134B;
}
</style>