#DE0134

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

Shades of Crimson #DE0134

Tints of Crimson #DE0134

Color information

#DE0134 (or 0xDE0134) is unknown color: approx Crimson. HEX triplet: DE, 01 and 34. RGB value is (222,1,52). Sum of RGB (Red+Green+Blue) = 222+1+52=275 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.73% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0134 is #21FECB. Grayscale: #484848. Windows color (decimal): -2227916 or 3408350. OLE color: 3408350.

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

Color convert

RGB222152-
CMYK01.000.770.13
HSL346.15º99.1%43.73%-
HSV(B)346.15º99.55%87.06%-
XYZ30.7515.84.68-
YUV72.89116.22234.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 80.73%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=80.73%
G=0.36%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215201.000.770.13346.1599.143.73
HexDE1340644DD15a632c
Octal33616401441151553214354
Binary11011110111010001100100100110111011010110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0134; }

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

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

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

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

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

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

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

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