Shades of Crimson #CE052F
Tints of Crimson #CE052F
RGB
CMYK
RGB Variations
Color information
#CE052F (or 0xCE052F) is known color: Crimson. HEX triplet: CE, 05 and 2F. RGB value is (206,5,47). Sum of RGB (Red+Green+Blue) = 206+5+47=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE052F is #31FAD0. Grayscale: #454545. Windows color (decimal): -3275473 or 3081678. OLE color: 3081678.
HSL color Cylindrical-coordinate representation of color #CE052F: hue angle of 347.46º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE052F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.19 |
| HSL | 347.46º | 0.95% | 0.41% | - |
| HSV(B) | 347.46º | 0.98% | 0.81% | - |
| XYZ | 26.02 | 13.44 | 3.91 | - |
| YUV | 69.89 | 115.09 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 47 | 0 | 0.98 | 0.77 | 0.19 | 347.46 | 0.95 | 0.41 |
| Hex | CE | 5 | 2F | 0 | 62 | 4D | 13 | 15B | 5F | 29 |
| Octal | 316 | 5 | 57 | 0 | 142 | 115 | 23 | 533 | 137 | 51 |
| Binary | 11001110 | 101 | 101111 | 0 | 1100010 | 1001101 | 10011 | 101011011 | 1011111 | 101001 |
Color Harmonies of #CE052F
Complementary color
Monochromatic Colors of #CE052F
Black with #CE052F
Text Example
Text Example
White with #CE052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE052F; }
p { color: rgb(206,5,47); }
H1.HeaderClassName
{
color: #CE052F;
}
.AnyTagClassName
{
color: #CE052F;
}
</style>
background-color css
<style>
a { background-color: #CE052F; }
a { background-color: rgb(206,5,47); }
div.DivClassName
{
background-color: #CE052F;
}
.BgClassName
{
background-color: #CE052F;
}
</style>
border-color css
<style>
span { border-color: #CE052F; }
span { border-color: rgb(206,5,47); }
td.TdClassName
{
border-color: #CE052F;
}
.TagClassName
{
border-color: #CE052F;
}
</style>