#DE013B

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

Shades of Crimson #DE013B

Tints of Crimson #DE013B

Color information

#DE013B (or 0xDE013B) is unknown color: approx Crimson. HEX triplet: DE, 01 and 3B. RGB value is (222,1,59). Sum of RGB (Red+Green+Blue) = 222+1+59=282 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.72% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 222 - color contains mainly: red. Hex color #DE013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE013B is #21FEC4. Grayscale: #494949. Windows color (decimal): -2227909 or 3867102. OLE color: 3867102.

HSL color Cylindrical-coordinate representation of color #DE013B: hue angle of 344.25º 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 #DE013B is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB222159-
CMYK01.000.730.13
HSL344.25º99.1%43.73%-
HSV(B)344.25º99.55%87.06%-
XYZ30.9215.875.57-
YUV73.69119.72233.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 78.72%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=78.72%
G=0.35%
B=20.92%

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
Decimal22215901.000.730.13344.2599.143.73
HexDE13B06449D158632c
Octal33617301441111553014354
Binary11011110111101101100100100100111011010110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE013B; }

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

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

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

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

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

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

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

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