Shades of Crimson #DE1448
Tints of Crimson #DE1448
RGB
CMYK
RGB Variations
Color information
#DE1448 (or 0xDE1448) is known color: Crimson. HEX triplet: DE, 14 and 48. RGB value is (222,20,72). Sum of RGB (Red+Green+Blue) = 222+20+72=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1448 is #21EBB7. Grayscale: #565656. Windows color (decimal): -2223032 or 4723934. OLE color: 4723934.
HSL color Cylindrical-coordinate representation of color #DE1448: hue angle of 344.55º 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 #DE1448 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 72 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.13 |
| HSL | 344.55º | 0.83% | 0.47% | - |
| HSV(B) | 344.55º | 0.91% | 0.87% | - |
| XYZ | 31.54 | 16.5 | 7.65 | - |
| YUV | 86.33 | 119.92 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 72 | 0 | 0.91 | 0.68 | 0.13 | 344.55 | 0.83 | 0.47 |
| Hex | DE | 14 | 48 | 0 | 5B | 44 | D | 159 | 53 | 2F |
| Octal | 336 | 24 | 110 | 0 | 133 | 104 | 15 | 531 | 123 | 57 |
| Binary | 11011110 | 10100 | 1001000 | 0 | 1011011 | 1000100 | 1101 | 101011001 | 1010011 | 101111 |
Color Harmonies of #DE1448
Complementary color
Monochromatic Colors of #DE1448
Black with #DE1448
Text Example
Text Example
White with #DE1448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1448; }
p { color: rgb(222,20,72); }
H1.HeaderClassName
{
color: #DE1448;
}
.AnyTagClassName
{
color: #DE1448;
}
</style>
background-color css
<style>
a { background-color: #DE1448; }
a { background-color: rgb(222,20,72); }
div.DivClassName
{
background-color: #DE1448;
}
.BgClassName
{
background-color: #DE1448;
}
</style>
border-color css
<style>
span { border-color: #DE1448; }
span { border-color: rgb(222,20,72); }
td.TdClassName
{
border-color: #DE1448;
}
.TagClassName
{
border-color: #DE1448;
}
</style>