Shades of Crimson #CE0339
Tints of Crimson #CE0339
RGB
CMYK
RGB Variations
Color information
#CE0339 (or 0xCE0339) is known color: Crimson. HEX triplet: CE, 03 and 39. RGB value is (206,3,57). Sum of RGB (Red+Green+Blue) = 206+3+57=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0339 is #31FCC6. Grayscale: #454545. Windows color (decimal): -3275975 or 3736526. OLE color: 3736526.
HSL color Cylindrical-coordinate representation of color #CE0339: hue angle of 344.04º 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 #CE0339 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 57 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.19 |
| HSL | 344.04º | 0.97% | 0.41% | - |
| HSV(B) | 344.04º | 0.99% | 0.81% | - |
| XYZ | 26.22 | 13.48 | 5.09 | - |
| YUV | 69.85 | 120.75 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 57 | 0 | 0.99 | 0.72 | 0.19 | 344.04 | 0.97 | 0.41 |
| Hex | CE | 3 | 39 | 0 | 63 | 48 | 13 | 158 | 61 | 29 |
| Octal | 316 | 3 | 71 | 0 | 143 | 110 | 23 | 530 | 141 | 51 |
| Binary | 11001110 | 11 | 111001 | 0 | 1100011 | 1001000 | 10011 | 101011000 | 1100001 | 101001 |
Color Harmonies of #CE0339
Complementary color
Monochromatic Colors of #CE0339
Black with #CE0339
Text Example
Text Example
White with #CE0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0339; }
p { color: rgb(206,3,57); }
H1.HeaderClassName
{
color: #CE0339;
}
.AnyTagClassName
{
color: #CE0339;
}
</style>
background-color css
<style>
a { background-color: #CE0339; }
a { background-color: rgb(206,3,57); }
div.DivClassName
{
background-color: #CE0339;
}
.BgClassName
{
background-color: #CE0339;
}
</style>
border-color css
<style>
span { border-color: #CE0339; }
span { border-color: rgb(206,3,57); }
td.TdClassName
{
border-color: #CE0339;
}
.TagClassName
{
border-color: #CE0339;
}
</style>