Shades of Crimson #CE072F
Tints of Crimson #CE072F
RGB
CMYK
RGB Variations
Color information
#CE072F (or 0xCE072F) is known color: Crimson. HEX triplet: CE, 07 and 2F. RGB value is (206,7,47). Sum of RGB (Red+Green+Blue) = 206+7+47=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE072F is #31F8D0. Grayscale: #474747. Windows color (decimal): -3274961 or 3082190. OLE color: 3082190.
HSL color Cylindrical-coordinate representation of color #CE072F: hue angle of 347.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE072F is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.19 |
| HSL | 347.94º | 0.93% | 0.42% | - |
| HSV(B) | 347.94º | 0.97% | 0.81% | - |
| XYZ | 26.04 | 13.48 | 3.92 | - |
| YUV | 71.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 47 | 0 | 0.97 | 0.77 | 0.19 | 347.94 | 0.93 | 0.42 |
| Hex | CE | 7 | 2F | 0 | 61 | 4D | 13 | 15C | 5D | 2A |
| Octal | 316 | 7 | 57 | 0 | 141 | 115 | 23 | 534 | 135 | 52 |
| Binary | 11001110 | 111 | 101111 | 0 | 1100001 | 1001101 | 10011 | 101011100 | 1011101 | 101010 |
Color Harmonies of #CE072F
Complementary color
Monochromatic Colors of #CE072F
Black with #CE072F
Text Example
Text Example
White with #CE072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE072F; }
p { color: rgb(206,7,47); }
H1.HeaderClassName
{
color: #CE072F;
}
.AnyTagClassName
{
color: #CE072F;
}
</style>
background-color css
<style>
a { background-color: #CE072F; }
a { background-color: rgb(206,7,47); }
div.DivClassName
{
background-color: #CE072F;
}
.BgClassName
{
background-color: #CE072F;
}
</style>
border-color css
<style>
span { border-color: #CE072F; }
span { border-color: rgb(206,7,47); }
td.TdClassName
{
border-color: #CE072F;
}
.TagClassName
{
border-color: #CE072F;
}
</style>