Shades of Crimson #DE0345
Tints of Crimson #DE0345
RGB
CMYK
RGB Variations
Color information
#DE0345 (or 0xDE0345) is known color: Crimson. HEX triplet: DE, 03 and 45. RGB value is (222,3,69). Sum of RGB (Red+Green+Blue) = 222+3+69=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0345 is #21FCBA. Grayscale: #4B4B4B. Windows color (decimal): -2227387 or 4522974. OLE color: 4522974.
HSL color Cylindrical-coordinate representation of color #DE0345: hue angle of 341.92º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE0345 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.13 |
| HSL | 341.92º | 0.97% | 0.44% | - |
| HSV(B) | 341.92º | 0.99% | 0.87% | - |
| XYZ | 31.23 | 16.02 | 7.08 | - |
| YUV | 76.01 | 124.05 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 69 | 0 | 0.99 | 0.69 | 0.13 | 341.92 | 0.97 | 0.44 |
| Hex | DE | 3 | 45 | 0 | 63 | 45 | D | 156 | 61 | 2C |
| Octal | 336 | 3 | 105 | 0 | 143 | 105 | 15 | 526 | 141 | 54 |
| Binary | 11011110 | 11 | 1000101 | 0 | 1100011 | 1000101 | 1101 | 101010110 | 1100001 | 101100 |
Color Harmonies of #DE0345
Complementary color
Monochromatic Colors of #DE0345
Black with #DE0345
Text Example
Text Example
White with #DE0345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0345; }
p { color: rgb(222,3,69); }
H1.HeaderClassName
{
color: #DE0345;
}
.AnyTagClassName
{
color: #DE0345;
}
</style>
background-color css
<style>
a { background-color: #DE0345; }
a { background-color: rgb(222,3,69); }
div.DivClassName
{
background-color: #DE0345;
}
.BgClassName
{
background-color: #DE0345;
}
</style>
border-color css
<style>
span { border-color: #DE0345; }
span { border-color: rgb(222,3,69); }
td.TdClassName
{
border-color: #DE0345;
}
.TagClassName
{
border-color: #DE0345;
}
</style>