#DE0B44

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

Shades of Crimson #DE0B44

Tints of Crimson #DE0B44

Color information

#DE0B44 (or 0xDE0B44) is unknown color: approx Crimson. HEX triplet: DE, 0B and 44. RGB value is (222,11,68). Sum of RGB (Red+Green+Blue) = 222+11+68=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0B44 is #21F4BB. Grayscale: #505050. Windows color (decimal): -2225340 or 4459486. OLE color: 4459486.

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

Color convert

RGB2221168-
CMYK00.950.690.13
HSL343.79º90.56%45.69%-
HSV(B)343.79º95.05%87.06%-
XYZ31.2916.196.94-
YUV80.59120.9228.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 73.75%
GREEN value IS 11 (4.69% from 255) = 3.65%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=73.75%
G=3.65%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222116800.950.690.13343.7990.5645.69
HexDEB4405F45D1585b2e
Octal3361310401371051553013356
Binary110111101011100010001011111100010111011010110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0B44; }

 p { color: rgb(222,11,68); }

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

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

 a { background-color: rgb(222,11,68); }

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

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

 span { border-color: rgb(222,11,68); }

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