Shades of Crimson #CE033C
Tints of Crimson #CE033C
RGB
CMYK
RGB Variations
Color information
#CE033C (or 0xCE033C) is known color: Crimson. HEX triplet: CE, 03 and 3C. RGB value is (206,3,60). Sum of RGB (Red+Green+Blue) = 206+3+60=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE033C is #31FCC3. Grayscale: #464646. Windows color (decimal): -3275972 or 3933134. OLE color: 3933134.
HSL color Cylindrical-coordinate representation of color #CE033C: hue angle of 343.15º 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 #CE033C is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 60 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.19 |
| HSL | 343.15º | 0.97% | 0.41% | - |
| HSV(B) | 343.15º | 0.99% | 0.81% | - |
| XYZ | 26.3 | 13.51 | 5.5 | - |
| YUV | 70.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 60 | 0 | 0.99 | 0.71 | 0.19 | 343.15 | 0.97 | 0.41 |
| Hex | CE | 3 | 3C | 0 | 63 | 47 | 13 | 157 | 61 | 29 |
| Octal | 316 | 3 | 74 | 0 | 143 | 107 | 23 | 527 | 141 | 51 |
| Binary | 11001110 | 11 | 111100 | 0 | 1100011 | 1000111 | 10011 | 101010111 | 1100001 | 101001 |
Color Harmonies of #CE033C
Complementary color
Monochromatic Colors of #CE033C
Black with #CE033C
Text Example
Text Example
White with #CE033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE033C; }
p { color: rgb(206,3,60); }
H1.HeaderClassName
{
color: #CE033C;
}
.AnyTagClassName
{
color: #CE033C;
}
</style>
background-color css
<style>
a { background-color: #CE033C; }
a { background-color: rgb(206,3,60); }
div.DivClassName
{
background-color: #CE033C;
}
.BgClassName
{
background-color: #CE033C;
}
</style>
border-color css
<style>
span { border-color: #CE033C; }
span { border-color: rgb(206,3,60); }
td.TdClassName
{
border-color: #CE033C;
}
.TagClassName
{
border-color: #CE033C;
}
</style>