Shades of Crimson #DE123A
Tints of Crimson #DE123A
RGB
CMYK
RGB Variations
Color information
#DE123A (or 0xDE123A) is known color: Crimson. HEX triplet: DE, 12 and 3A. RGB value is (222,18,58). Sum of RGB (Red+Green+Blue) = 222+18+58=298 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.50% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 222 - color contains mainly: red. Hex color #DE123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE123A is #21EDC5. Grayscale: #535353. Windows color (decimal): -2223558 or 3805918. OLE color: 3805918.
HSL color Cylindrical-coordinate representation of color #DE123A: hue angle of 348.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE123A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 58 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.13 |
| HSL | 348.24º | 0.85% | 0.47% | - |
| HSV(B) | 348.24º | 0.92% | 0.87% | - |
| XYZ | 31.1 | 16.27 | 5.5 | - |
| YUV | 83.56 | 113.59 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 58 | 0 | 0.92 | 0.74 | 0.13 | 348.24 | 0.85 | 0.47 |
| Hex | DE | 12 | 3A | 0 | 5C | 4A | D | 15C | 55 | 2F |
| Octal | 336 | 22 | 72 | 0 | 134 | 112 | 15 | 534 | 125 | 57 |
| Binary | 11011110 | 10010 | 111010 | 0 | 1011100 | 1001010 | 1101 | 101011100 | 1010101 | 101111 |
Color Harmonies of #DE123A
Complementary color
Monochromatic Colors of #DE123A
Black with #DE123A
Text Example
Text Example
White with #DE123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE123A; }
p { color: rgb(222,18,58); }
H1.HeaderClassName
{
color: #DE123A;
}
.AnyTagClassName
{
color: #DE123A;
}
</style>
background-color css
<style>
a { background-color: #DE123A; }
a { background-color: rgb(222,18,58); }
div.DivClassName
{
background-color: #DE123A;
}
.BgClassName
{
background-color: #DE123A;
}
</style>
border-color css
<style>
span { border-color: #DE123A; }
span { border-color: rgb(222,18,58); }
td.TdClassName
{
border-color: #DE123A;
}
.TagClassName
{
border-color: #DE123A;
}
</style>