Html Css Color HEX #E9093A Crimson

📋 copy color: '#E9093A'

red 233 ◦ green 9 ◦ blue 58

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

Shades of Crimson #E9093A

Tints of Crimson #E9093A

RGB

 RED value IS 233 (91.41% from 255) = 77.67%

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

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

R = 77.67%
G = 3%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E9093A (or 0xE9093A) is known color: Crimson. HEX triplet: E9, 09 and 3A. RGB value is (233,9,58). Sum of RGB (Red+Green+Blue) = 233+9+58=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E9093A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9093A is #16F6C5. Grayscale: #515151. Windows color (decimal): -1504966 or 3803625. OLE color: 3803625.

HSL color Cylindrical-coordinate representation of color #E9093A: hue angle of 346.88º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9093A is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 9 58 -
CMYK 0 0.96 0.75 0.09
HSL 346.88º 0.93% 0.47% -
HSV(B) 346.88º 0.96% 0.91% -
XYZ 34.47 17.82 5.63 -
YUV 81.56 114.71 236.02 -
System Red Green Blue C M Y K H S L
Decimal 233 9 58 0 0.96 0.75 0.09 346.88 0.93 0.47
Hex E9 9 3A 0 60 4B 9 15B 5D 2F
Octal 351 11 72 0 140 113 11 533 135 57
Binary 11101001 1001 111010 0 1100000 1001011 1001 101011011 1011101 101111

Color Harmonies of #E9093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9093A

Black with #E9093A

Text Example


Text Example

White with #E9093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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