#DE013A

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

Shades of Crimson #DE013A

Tints of Crimson #DE013A

Color information

#DE013A (or 0xDE013A) is unknown color: approx Crimson. HEX triplet: DE, 01 and 3A. RGB value is (222,1,58). Sum of RGB (Red+Green+Blue) = 222+1+58=281 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.00% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 222 - color contains mainly: red. Hex color #DE013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE013A is #21FEC5. Grayscale: #494949. Windows color (decimal): -2227910 or 3801566. OLE color: 3801566.

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

Color convert

RGB222158-
CMYK01.000.740.13
HSL344.52º99.1%43.73%-
HSV(B)344.52º99.55%87.06%-
XYZ30.915.865.44-
YUV73.58119.22233.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 79.00%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=79.00%
G=0.36%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215801.000.740.13344.5299.143.73
HexDE13A0644AD159632c
Octal33617201441121553114354
Binary11011110111101001100100100101011011010110011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE013A; }

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

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

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

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

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

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

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

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