Shades of Crimson #CE013C
Tints of Crimson #CE013C
RGB
CMYK
RGB Variations
Color information
#CE013C (or 0xCE013C) is known color: Crimson. HEX triplet: CE, 01 and 3C. RGB value is (206,1,60). Sum of RGB (Red+Green+Blue) = 206+1+60=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE013C is #31FEC3. Grayscale: #444444. Windows color (decimal): -3276484 or 3932622. OLE color: 3932622.
HSL color Cylindrical-coordinate representation of color #CE013C: hue angle of 342.73º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE013C is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.19 |
| HSL | 342.73º | 0.99% | 0.41% | - |
| HSV(B) | 342.73º | 1% | 0.81% | - |
| XYZ | 26.28 | 13.47 | 5.49 | - |
| YUV | 69.02 | 122.92 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 60 | 0 | 1.00 | 0.71 | 0.19 | 342.73 | 0.99 | 0.41 |
| Hex | CE | 1 | 3C | 0 | 64 | 47 | 13 | 157 | 63 | 29 |
| Octal | 316 | 1 | 74 | 0 | 144 | 107 | 23 | 527 | 143 | 51 |
| Binary | 11001110 | 1 | 111100 | 0 | 1100100 | 1000111 | 10011 | 101010111 | 1100011 | 101001 |
Color Harmonies of #CE013C
Complementary color
Monochromatic Colors of #CE013C
Black with #CE013C
Text Example
Text Example
White with #CE013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE013C; }
p { color: rgb(206,1,60); }
H1.HeaderClassName
{
color: #CE013C;
}
.AnyTagClassName
{
color: #CE013C;
}
</style>
background-color css
<style>
a { background-color: #CE013C; }
a { background-color: rgb(206,1,60); }
div.DivClassName
{
background-color: #CE013C;
}
.BgClassName
{
background-color: #CE013C;
}
</style>
border-color css
<style>
span { border-color: #CE013C; }
span { border-color: rgb(206,1,60); }
td.TdClassName
{
border-color: #CE013C;
}
.TagClassName
{
border-color: #CE013C;
}
</style>