#E00134

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

Shades of Crimson #E00134

Tints of Crimson #E00134

Color information

#E00134 (or 0xE00134) is unknown color: approx Crimson. HEX triplet: E0, 01 and 34. RGB value is (224,1,52). Sum of RGB (Red+Green+Blue) = 224+1+52=277 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.87% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 224 - color contains mainly: red. Hex color #E00134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00134 is #1FFECB. Grayscale: #494949. Windows color (decimal): -2096844 or 3408352. OLE color: 3408352.

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

Color convert

RGB224152-
CMYK01.000.770.12
HSL346.28º99.11%44.12%-
HSV(B)346.28º99.55%87.84%-
XYZ31.3716.124.71-
YUV73.49115.88235.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 80.87%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=80.87%
G=0.36%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415201.000.770.12346.2899.1144.12
HexE01340644DC15a632c
Octal34016401441151453214354
Binary11100000111010001100100100110111001010110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00134; }

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

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

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

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

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

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

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

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