Html Css Color HEX #E1102E Crimson

📋 copy color: '#E1102E'

red 225 ◦ green 16 ◦ blue 46

#E1102E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E1102E

Tints of Crimson #E1102E

RGB

 RED value IS 225 (88.28% from 255) = 78.4%

 GREEN value IS 16 (6.64% from 255) = 5.57%

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 78.4%
G = 5.57%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1102E (or 0xE1102E) is known color: Crimson. HEX triplet: E1, 10 and 2E. RGB value is (225,16,46). Sum of RGB (Red+Green+Blue) = 225+16+46=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E1102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1102E is #1EEFD1. Grayscale: #525252. Windows color (decimal): -2027474 or 3018977. OLE color: 3018977.

HSL color Cylindrical-coordinate representation of color #E1102E: hue angle of 351.39º 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 #E1102E is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 46 -
CMYK 0 0.93 0.80 0.12
HSL 351.39º 0.87% 0.47% -
HSV(B) 351.39º 0.93% 0.88% -
XYZ 31.73 16.58 4.11 -
YUV 81.91 107.74 230.06 -
System Red Green Blue C M Y K H S L
Decimal 225 16 46 0 0.93 0.80 0.12 351.39 0.87 0.47
Hex E1 10 2E 0 5D 50 C 15F 57 2F
Octal 341 20 56 0 135 120 14 537 127 57
Binary 11100001 10000 101110 0 1011101 1010000 1100 101011111 1010111 101111

Color Harmonies of #E1102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1102E

Black with #E1102E

Text Example


Text Example

White with #E1102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1102E; }

 p { color: rgb(225,16,46); }

 H1.HeaderClassName
 {
   color: #E1102E;
 }
 .AnyTagClassName
 {
   color: #E1102E;
 }
</style>

background-color css

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

 a { background-color: rgb(225,16,46); }

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

border-color css

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

 span { border-color: rgb(225,16,46); }

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