#de0e39

Color #DE0E39 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #DE0E39

Tints of Crimson #DE0E39

Color information

#DE0E39 (or 0xDE0E39) is unknown color: approx Crimson. HEX triplet: DE, 0E and 39. RGB value is (222,14,57). Sum of RGB (Red+Green+Blue) = 222+14+57=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0E39 is #21F1C6. Grayscale: #515151. Windows color (decimal): -2224583 or 3739358. OLE color: 3739358.

HSL color Cylindrical-coordinate representation of color #DE0E39: hue angle of 347.6º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0E39 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2221457-
CMYK00.940.740.13
HSL347.6º88.14%46.27%-
HSV(B)347.6º93.69%87.06%-
XYZ31.0216.145.35-
YUV81.09114.41228.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 75.77%
GREEN value IS 14 (5.86% from 255) = 4.78%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=75.77%
G=4.78%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222145700.940.740.13347.688.1446.27
HexDEE3905E4AD15c582e
Octal336167101361121553413056
Binary11011110111011100101011110100101011011010111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de0e39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de0e39; }

 p { color: rgb(222,14,57); }

 H1.HeaderClassName
 {
   color: #de0e39;
 }
 .AnyTagClassName
 {
   color: #de0e39;
 }
</style>
background-color css

<style>
 a { background-color: #de0e39; }

 a { background-color: rgb(222,14,57); }

 div.DivClassName
 {
   background-color: #de0e39;
 }
 .BgClassName
 {
   background-color: #de0e39;
 }
</style>
border-color css

<style>
 span { border-color: #de0e39; }

 span { border-color: rgb(222,14,57); }

 td.TdClassName
 {
   border-color: #de0e39;
 }
 .TagClassName
 {
   border-color: #de0e39;
 }
</style>