Html Css Color HEX #E3093A Crimson

📋 copy color: '#E3093A'

red 227 ◦ green 9 ◦ blue 58

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

Shades of Crimson #E3093A

Tints of Crimson #E3093A

RGB

 RED value IS 227 (89.06% from 255) = 77.21%

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 77.21%
G = 3.06%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E3093A (or 0xE3093A) is known color: Crimson. HEX triplet: E3, 09 and 3A. RGB value is (227,9,58). Sum of RGB (Red+Green+Blue) = 227+9+58=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E3093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3093A is #1CF6C5. Grayscale: #4F4F4F. Windows color (decimal): -1898182 or 3803619. OLE color: 3803619.

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

Color convert

RGB 227 9 58 -
CMYK 0 0.96 0.74 0.11
HSL 346.51º 0.92% 0.46% -
HSV(B) 346.51º 0.96% 0.89% -
XYZ 32.54 16.83 5.54 -
YUV 79.77 115.72 233.02 -
System Red Green Blue C M Y K H S L
Decimal 227 9 58 0 0.96 0.74 0.11 346.51 0.92 0.46
Hex E3 9 3A 0 60 4A B 15B 5C 2E
Octal 343 11 72 0 140 112 13 533 134 56
Binary 11100011 1001 111010 0 1100000 1001010 1011 101011011 1011100 101110

Color Harmonies of #E3093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3093A

Black with #E3093A

Text Example


Text Example

White with #E3093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3093A; }

 p { color: rgb(227,9,58); }

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

background-color css

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

 a { background-color: rgb(227,9,58); }

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

border-color css

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

 span { border-color: rgb(227,9,58); }

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