Shades of Crimson #DE143D
Tints of Crimson #DE143D
RGB
CMYK
RGB Variations
Color information
#DE143D (or 0xDE143D) is known color: Crimson. HEX triplet: DE, 14 and 3D. RGB value is (222,20,61). Sum of RGB (Red+Green+Blue) = 222+20+61=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE143D is #21EBC2. Grayscale: #555555. Windows color (decimal): -2223043 or 4003038. OLE color: 4003038.
HSL color Cylindrical-coordinate representation of color #DE143D: hue angle of 347.82º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE143D is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 61 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.13 |
| HSL | 347.82º | 0.83% | 0.47% | - |
| HSV(B) | 347.82º | 0.91% | 0.87% | - |
| XYZ | 31.22 | 16.37 | 5.93 | - |
| YUV | 85.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 61 | 0 | 0.91 | 0.73 | 0.13 | 347.82 | 0.83 | 0.47 |
| Hex | DE | 14 | 3D | 0 | 5B | 49 | D | 15C | 53 | 2F |
| Octal | 336 | 24 | 75 | 0 | 133 | 111 | 15 | 534 | 123 | 57 |
| Binary | 11011110 | 10100 | 111101 | 0 | 1011011 | 1001001 | 1101 | 101011100 | 1010011 | 101111 |
Color Harmonies of #DE143D
Complementary color
Monochromatic Colors of #DE143D
Black with #DE143D
Text Example
Text Example
White with #DE143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE143D; }
p { color: rgb(222,20,61); }
H1.HeaderClassName
{
color: #DE143D;
}
.AnyTagClassName
{
color: #DE143D;
}
</style>
background-color css
<style>
a { background-color: #DE143D; }
a { background-color: rgb(222,20,61); }
div.DivClassName
{
background-color: #DE143D;
}
.BgClassName
{
background-color: #DE143D;
}
</style>
border-color css
<style>
span { border-color: #DE143D; }
span { border-color: rgb(222,20,61); }
td.TdClassName
{
border-color: #DE143D;
}
.TagClassName
{
border-color: #DE143D;
}
</style>