Shades of Crimson #CE0337
Tints of Crimson #CE0337
RGB
CMYK
RGB Variations
Color information
#CE0337 (or 0xCE0337) is known color: Crimson. HEX triplet: CE, 03 and 37. RGB value is (206,3,55). Sum of RGB (Red+Green+Blue) = 206+3+55=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0337 is #31FCC8. Grayscale: #454545. Windows color (decimal): -3275977 or 3605454. OLE color: 3605454.
HSL color Cylindrical-coordinate representation of color #CE0337: hue angle of 344.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0337 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 55 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.19 |
| HSL | 344.63º | 0.97% | 0.41% | - |
| HSV(B) | 344.63º | 0.99% | 0.81% | - |
| XYZ | 26.18 | 13.46 | 4.83 | - |
| YUV | 69.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 55 | 0 | 0.99 | 0.73 | 0.19 | 344.63 | 0.97 | 0.41 |
| Hex | CE | 3 | 37 | 0 | 63 | 49 | 13 | 159 | 61 | 29 |
| Octal | 316 | 3 | 67 | 0 | 143 | 111 | 23 | 531 | 141 | 51 |
| Binary | 11001110 | 11 | 110111 | 0 | 1100011 | 1001001 | 10011 | 101011001 | 1100001 | 101001 |
Color Harmonies of #CE0337
Complementary color
Monochromatic Colors of #CE0337
Black with #CE0337
Text Example
Text Example
White with #CE0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0337; }
p { color: rgb(206,3,55); }
H1.HeaderClassName
{
color: #CE0337;
}
.AnyTagClassName
{
color: #CE0337;
}
</style>
background-color css
<style>
a { background-color: #CE0337; }
a { background-color: rgb(206,3,55); }
div.DivClassName
{
background-color: #CE0337;
}
.BgClassName
{
background-color: #CE0337;
}
</style>
border-color css
<style>
span { border-color: #CE0337; }
span { border-color: rgb(206,3,55); }
td.TdClassName
{
border-color: #CE0337;
}
.TagClassName
{
border-color: #CE0337;
}
</style>