Shades of Crimson #DE0045
Tints of Crimson #DE0045
RGB
CMYK
RGB Variations
Color information
#DE0045 (or 0xDE0045) is known color: Crimson. HEX triplet: DE, 00 and 45. RGB value is (222,0,69). Sum of RGB (Red+Green+Blue) = 222+0+69=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0045 is #21FFBA. Grayscale: #4A4A4A. Windows color (decimal): -2228155 or 4522206. OLE color: 4522206.
HSL color Cylindrical-coordinate representation of color #DE0045: hue angle of 341.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0045 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.69 | 0.13 |
| HSL | 341.35º | 1% | 0.44% | - |
| HSV(B) | 341.35º | 1% | 0.87% | - |
| XYZ | 31.2 | 15.96 | 7.07 | - |
| YUV | 74.24 | 125.05 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 69 | 0 | 1 | 0.69 | 0.13 | 341.35 | 1 | 0.44 |
| Hex | DE | 0 | 45 | 0 | 64 | 45 | D | 155 | 64 | 2C |
| Octal | 336 | 0 | 105 | 0 | 144 | 105 | 15 | 525 | 144 | 54 |
| Binary | 11011110 | 0 | 1000101 | 0 | 1100100 | 1000101 | 1101 | 101010101 | 1100100 | 101100 |
Color Harmonies of #DE0045
Complementary color
Monochromatic Colors of #DE0045
Black with #DE0045
Text Example
Text Example
White with #DE0045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0045; }
p { color: rgb(222,0,69); }
H1.HeaderClassName
{
color: #DE0045;
}
.AnyTagClassName
{
color: #DE0045;
}
</style>
background-color css
<style>
a { background-color: #DE0045; }
a { background-color: rgb(222,0,69); }
div.DivClassName
{
background-color: #DE0045;
}
.BgClassName
{
background-color: #DE0045;
}
</style>
border-color css
<style>
span { border-color: #DE0045; }
span { border-color: rgb(222,0,69); }
td.TdClassName
{
border-color: #DE0045;
}
.TagClassName
{
border-color: #DE0045;
}
</style>