Shades of Crimson #CE143D
Tints of Crimson #CE143D
RGB
CMYK
RGB Variations
Color information
#CE143D (or 0xCE143D) is known color: Crimson. HEX triplet: CE, 14 and 3D. RGB value is (206,20,61). Sum of RGB (Red+Green+Blue) = 206+20+61=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE143D is #31EBC2. Grayscale: #505050. Windows color (decimal): -3271619 or 4003022. OLE color: 4003022.
HSL color Cylindrical-coordinate representation of color #CE143D: hue angle of 346.77º 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 #CE143D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 61 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.19 |
| HSL | 346.77º | 0.82% | 0.44% | - |
| HSV(B) | 346.77º | 0.9% | 0.81% | - |
| XYZ | 26.55 | 13.96 | 5.71 | - |
| YUV | 80.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 61 | 0 | 0.90 | 0.70 | 0.19 | 346.77 | 0.82 | 0.44 |
| Hex | CE | 14 | 3D | 0 | 5A | 46 | 13 | 15B | 52 | 2C |
| Octal | 316 | 24 | 75 | 0 | 132 | 106 | 23 | 533 | 122 | 54 |
| Binary | 11001110 | 10100 | 111101 | 0 | 1011010 | 1000110 | 10011 | 101011011 | 1010010 | 101100 |
Color Harmonies of #CE143D
Complementary color
Monochromatic Colors of #CE143D
Black with #CE143D
Text Example
Text Example
White with #CE143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE143D; }
p { color: rgb(206,20,61); }
H1.HeaderClassName
{
color: #CE143D;
}
.AnyTagClassName
{
color: #CE143D;
}
</style>
background-color css
<style>
a { background-color: #CE143D; }
a { background-color: rgb(206,20,61); }
div.DivClassName
{
background-color: #CE143D;
}
.BgClassName
{
background-color: #CE143D;
}
</style>
border-color css
<style>
span { border-color: #CE143D; }
span { border-color: rgb(206,20,61); }
td.TdClassName
{
border-color: #CE143D;
}
.TagClassName
{
border-color: #CE143D;
}
</style>