Shades of Crimson #CE0734
Tints of Crimson #CE0734
RGB
CMYK
RGB Variations
Color information
#CE0734 (or 0xCE0734) is known color: Crimson. HEX triplet: CE, 07 and 34. RGB value is (206,7,52). Sum of RGB (Red+Green+Blue) = 206+7+52=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0734 is #31F8CB. Grayscale: #474747. Windows color (decimal): -3274956 or 3409870. OLE color: 3409870.
HSL color Cylindrical-coordinate representation of color #CE0734: hue angle of 346.43º 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 #CE0734 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 52 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.19 |
| HSL | 346.43º | 0.93% | 0.42% | - |
| HSV(B) | 346.43º | 0.97% | 0.81% | - |
| XYZ | 26.15 | 13.52 | 4.48 | - |
| YUV | 71.63 | 116.93 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 52 | 0 | 0.97 | 0.75 | 0.19 | 346.43 | 0.93 | 0.42 |
| Hex | CE | 7 | 34 | 0 | 61 | 4B | 13 | 15A | 5D | 2A |
| Octal | 316 | 7 | 64 | 0 | 141 | 113 | 23 | 532 | 135 | 52 |
| Binary | 11001110 | 111 | 110100 | 0 | 1100001 | 1001011 | 10011 | 101011010 | 1011101 | 101010 |
Color Harmonies of #CE0734
Complementary color
Monochromatic Colors of #CE0734
Black with #CE0734
Text Example
Text Example
White with #CE0734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0734; }
p { color: rgb(206,7,52); }
H1.HeaderClassName
{
color: #CE0734;
}
.AnyTagClassName
{
color: #CE0734;
}
</style>
background-color css
<style>
a { background-color: #CE0734; }
a { background-color: rgb(206,7,52); }
div.DivClassName
{
background-color: #CE0734;
}
.BgClassName
{
background-color: #CE0734;
}
</style>
border-color css
<style>
span { border-color: #CE0734; }
span { border-color: rgb(206,7,52); }
td.TdClassName
{
border-color: #CE0734;
}
.TagClassName
{
border-color: #CE0734;
}
</style>