Shades of Crimson #CE0741
Tints of Crimson #CE0741
RGB
CMYK
RGB Variations
Color information
#CE0741 (or 0xCE0741) is known color: Crimson. HEX triplet: CE, 07 and 41. RGB value is (206,7,65). Sum of RGB (Red+Green+Blue) = 206+7+65=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0741 is #31F8BE. Grayscale: #494949. Windows color (decimal): -3274943 or 4261838. OLE color: 4261838.
HSL color Cylindrical-coordinate representation of color #CE0741: hue angle of 342.51º 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 #CE0741 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 65 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.19 |
| HSL | 342.51º | 0.93% | 0.42% | - |
| HSV(B) | 342.51º | 0.97% | 0.81% | - |
| XYZ | 26.48 | 13.66 | 6.24 | - |
| YUV | 73.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 65 | 0 | 0.97 | 0.68 | 0.19 | 342.51 | 0.93 | 0.42 |
| Hex | CE | 7 | 41 | 0 | 61 | 44 | 13 | 157 | 5D | 2A |
| Octal | 316 | 7 | 101 | 0 | 141 | 104 | 23 | 527 | 135 | 52 |
| Binary | 11001110 | 111 | 1000001 | 0 | 1100001 | 1000100 | 10011 | 101010111 | 1011101 | 101010 |
Color Harmonies of #CE0741
Complementary color
Monochromatic Colors of #CE0741
Black with #CE0741
Text Example
Text Example
White with #CE0741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0741; }
p { color: rgb(206,7,65); }
H1.HeaderClassName
{
color: #CE0741;
}
.AnyTagClassName
{
color: #CE0741;
}
</style>
background-color css
<style>
a { background-color: #CE0741; }
a { background-color: rgb(206,7,65); }
div.DivClassName
{
background-color: #CE0741;
}
.BgClassName
{
background-color: #CE0741;
}
</style>
border-color css
<style>
span { border-color: #CE0741; }
span { border-color: rgb(206,7,65); }
td.TdClassName
{
border-color: #CE0741;
}
.TagClassName
{
border-color: #CE0741;
}
</style>