Shades of Crimson #CE0034
Tints of Crimson #CE0034
RGB
CMYK
RGB Variations
Color information
#CE0034 (or 0xCE0034) is known color: Crimson. HEX triplet: CE, 00 and 34. RGB value is (206,0,52). Sum of RGB (Red+Green+Blue) = 206+0+52=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0034 is #31FFCB. Grayscale: #434343. Windows color (decimal): -3276748 or 3408078. OLE color: 3408078.
HSL color Cylindrical-coordinate representation of color #CE0034: hue angle of 344.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0034 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.75 | 0.19 |
| HSL | 344.85º | 1% | 0.4% | - |
| HSV(B) | 344.85º | 1% | 0.81% | - |
| XYZ | 26.07 | 13.37 | 4.46 | - |
| YUV | 67.52 | 119.25 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 52 | 0 | 1 | 0.75 | 0.19 | 344.85 | 1 | 0.4 |
| Hex | CE | 0 | 34 | 0 | 64 | 4B | 13 | 159 | 64 | 28 |
| Octal | 316 | 0 | 64 | 0 | 144 | 113 | 23 | 531 | 144 | 50 |
| Binary | 11001110 | 0 | 110100 | 0 | 1100100 | 1001011 | 10011 | 101011001 | 1100100 | 101000 |
Color Harmonies of #CE0034
Complementary color
Monochromatic Colors of #CE0034
Black with #CE0034
Text Example
Text Example
White with #CE0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0034; }
p { color: rgb(206,0,52); }
H1.HeaderClassName
{
color: #CE0034;
}
.AnyTagClassName
{
color: #CE0034;
}
</style>
background-color css
<style>
a { background-color: #CE0034; }
a { background-color: rgb(206,0,52); }
div.DivClassName
{
background-color: #CE0034;
}
.BgClassName
{
background-color: #CE0034;
}
</style>
border-color css
<style>
span { border-color: #CE0034; }
span { border-color: rgb(206,0,52); }
td.TdClassName
{
border-color: #CE0034;
}
.TagClassName
{
border-color: #CE0034;
}
</style>