#E0042E

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

Shades of Crimson #E0042E

Tints of Crimson #E0042E

Color information

#E0042E (or 0xE0042E) is unknown color: approx Crimson. HEX triplet: E0, 04 and 2E. RGB value is (224,4,46). Sum of RGB (Red+Green+Blue) = 224+4+46=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E0042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0042E is #1FFBD1. Grayscale: #4A4A4A. Windows color (decimal): -2096082 or 3015904. OLE color: 3015904.

HSL color Cylindrical-coordinate representation of color #E0042E: hue angle of 348.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0042E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB224446-
CMYK00.980.790.12
HSL348.55º96.49%44.71%-
HSV(B)348.55º98.21%87.84%-
XYZ31.2816.134.05-
YUV74.57111.89234.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 81.75%
GREEN value IS 4 (1.95% from 255) = 1.46%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=81.75%
G=1.46%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22444600.980.790.12348.5596.4944.71
HexE042E0624FC15d602d
Octal34045601421171453514055
Binary1110000010010111001100010100111111001010111011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0042E; }

 p { color: rgb(224,4,46); }

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

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

 a { background-color: rgb(224,4,46); }

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

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

 span { border-color: rgb(224,4,46); }

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