Shades of Crimson #CE143A
Tints of Crimson #CE143A
RGB
CMYK
RGB Variations
Color information
#CE143A (or 0xCE143A) is known color: Crimson. HEX triplet: CE, 14 and 3A. RGB value is (206,20,58). Sum of RGB (Red+Green+Blue) = 206+20+58=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE143A is #31EBC5. Grayscale: #4F4F4F. Windows color (decimal): -3271622 or 3806414. OLE color: 3806414.
HSL color Cylindrical-coordinate representation of color #CE143A: hue angle of 347.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE143A is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 58 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.19 |
| HSL | 347.74º | 0.82% | 0.44% | - |
| HSV(B) | 347.74º | 0.9% | 0.81% | - |
| XYZ | 26.47 | 13.93 | 5.3 | - |
| YUV | 79.95 | 115.62 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 58 | 0 | 0.90 | 0.72 | 0.19 | 347.74 | 0.82 | 0.44 |
| Hex | CE | 14 | 3A | 0 | 5A | 48 | 13 | 15C | 52 | 2C |
| Octal | 316 | 24 | 72 | 0 | 132 | 110 | 23 | 534 | 122 | 54 |
| Binary | 11001110 | 10100 | 111010 | 0 | 1011010 | 1001000 | 10011 | 101011100 | 1010010 | 101100 |
Color Harmonies of #CE143A
Complementary color
Monochromatic Colors of #CE143A
Black with #CE143A
Text Example
Text Example
White with #CE143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE143A; }
p { color: rgb(206,20,58); }
H1.HeaderClassName
{
color: #CE143A;
}
.AnyTagClassName
{
color: #CE143A;
}
</style>
background-color css
<style>
a { background-color: #CE143A; }
a { background-color: rgb(206,20,58); }
div.DivClassName
{
background-color: #CE143A;
}
.BgClassName
{
background-color: #CE143A;
}
</style>
border-color css
<style>
span { border-color: #CE143A; }
span { border-color: rgb(206,20,58); }
td.TdClassName
{
border-color: #CE143A;
}
.TagClassName
{
border-color: #CE143A;
}
</style>