Html Css Color HEX #E1093B Crimson

📋 copy color: '#E1093B'

red 225 ◦ green 9 ◦ blue 59

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

Shades of Crimson #E1093B

Tints of Crimson #E1093B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 76.79%
G = 3.07%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1093B (or 0xE1093B) is known color: Crimson. HEX triplet: E1, 09 and 3B. RGB value is (225,9,59). Sum of RGB (Red+Green+Blue) = 225+9+59=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E1093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1093B is #1EF6C4. Grayscale: #4F4F4F. Windows color (decimal): -2029253 or 3869153. OLE color: 3869153.

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

Color convert

RGB 225 9 59 -
CMYK 0 0.96 0.74 0.12
HSL 346.11º 0.92% 0.46% -
HSV(B) 346.11º 0.96% 0.88% -
XYZ 31.94 16.52 5.64 -
YUV 79.28 116.56 231.93 -
System Red Green Blue C M Y K H S L
Decimal 225 9 59 0 0.96 0.74 0.12 346.11 0.92 0.46
Hex E1 9 3B 0 60 4A C 15A 5C 2E
Octal 341 11 73 0 140 112 14 532 134 56
Binary 11100001 1001 111011 0 1100000 1001010 1100 101011010 1011100 101110

Color Harmonies of #E1093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1093B

Black with #E1093B

Text Example


Text Example

White with #E1093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1093B; }

 p { color: rgb(225,9,59); }

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

background-color css

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

 a { background-color: rgb(225,9,59); }

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

border-color css

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

 span { border-color: rgb(225,9,59); }

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