#E0103A

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

Shades of Crimson #E0103A

Tints of Crimson #E0103A

Color information

#E0103A (or 0xE0103A) is unknown color: approx Crimson. HEX triplet: E0, 10 and 3A. RGB value is (224,16,58). Sum of RGB (Red+Green+Blue) = 224+16+58=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E0103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0103A is #1FEFC5. Grayscale: #535353. Windows color (decimal): -2092998 or 3805408. OLE color: 3805408.

HSL color Cylindrical-coordinate representation of color #E0103A: hue angle of 347.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0103A is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB2241658-
CMYK00.930.740.12
HSL347.88º86.67%47.06%-
HSV(B)347.88º92.86%87.84%-
XYZ31.6916.525.52-
YUV82.98113.91228.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 75.17%
GREEN value IS 16 (6.64% from 255) = 5.37%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=75.17%
G=5.37%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224165800.930.740.12347.8886.6747.06
HexE0103A05D4AC15c572f
Octal340207201351121453412757
Binary111000001000011101001011101100101011001010111001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0103A; }

 p { color: rgb(224,16,58); }

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

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

 a { background-color: rgb(224,16,58); }

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

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

 span { border-color: rgb(224,16,58); }

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