Shades of Crimson #CE0F44
Tints of Crimson #CE0F44
RGB
CMYK
RGB Variations
Color information
#CE0F44 (or 0xCE0F44) is known color: Crimson. HEX triplet: CE, 0F and 44. RGB value is (206,15,68). Sum of RGB (Red+Green+Blue) = 206+15+68=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F44 is #31F0BB. Grayscale: #4E4E4E. Windows color (decimal): -3272892 or 4460494. OLE color: 4460494.
HSL color Cylindrical-coordinate representation of color #CE0F44: hue angle of 343.35º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F44 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 68 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.19 |
| HSL | 343.35º | 0.86% | 0.43% | - |
| HSV(B) | 343.35º | 0.93% | 0.81% | - |
| XYZ | 26.67 | 13.88 | 6.74 | - |
| YUV | 78.15 | 122.28 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 68 | 0 | 0.93 | 0.67 | 0.19 | 343.35 | 0.86 | 0.43 |
| Hex | CE | F | 44 | 0 | 5D | 43 | 13 | 157 | 56 | 2B |
| Octal | 316 | 17 | 104 | 0 | 135 | 103 | 23 | 527 | 126 | 53 |
| Binary | 11001110 | 1111 | 1000100 | 0 | 1011101 | 1000011 | 10011 | 101010111 | 1010110 | 101011 |
Color Harmonies of #CE0F44
Complementary color
Monochromatic Colors of #CE0F44
Black with #CE0F44
Text Example
Text Example
White with #CE0F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F44; }
p { color: rgb(206,15,68); }
H1.HeaderClassName
{
color: #CE0F44;
}
.AnyTagClassName
{
color: #CE0F44;
}
</style>
background-color css
<style>
a { background-color: #CE0F44; }
a { background-color: rgb(206,15,68); }
div.DivClassName
{
background-color: #CE0F44;
}
.BgClassName
{
background-color: #CE0F44;
}
</style>
border-color css
<style>
span { border-color: #CE0F44; }
span { border-color: rgb(206,15,68); }
td.TdClassName
{
border-color: #CE0F44;
}
.TagClassName
{
border-color: #CE0F44;
}
</style>