#DE013C

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

Shades of Crimson #DE013C

Tints of Crimson #DE013C

Color information

#DE013C (or 0xDE013C) is unknown color: approx Crimson. HEX triplet: DE, 01 and 3C. RGB value is (222,1,60). Sum of RGB (Red+Green+Blue) = 222+1+60=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE013C is #21FEC3. Grayscale: #494949. Windows color (decimal): -2227908 or 3932638. OLE color: 3932638.

HSL color Cylindrical-coordinate representation of color #DE013C: hue angle of 343.98º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE013C is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB222160-
CMYK01.000.730.13
HSL343.98º99.1%43.73%-
HSV(B)343.98º99.55%87.06%-
XYZ30.9515.885.71-
YUV73.81120.22233.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 78.45%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=78.45%
G=0.35%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216001.000.730.13343.9899.143.73
HexDE13C06449D158632c
Octal33617401441111553014354
Binary11011110111110001100100100100111011010110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE013C; }

 p { color: rgb(222,1,60); }

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

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

 a { background-color: rgb(222,1,60); }

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

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

 span { border-color: rgb(222,1,60); }

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