Html Css Color HEX #E9113A Crimson

📋 copy color: '#E9113A'

red 233 ◦ green 17 ◦ blue 58

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

Shades of Crimson #E9113A

Tints of Crimson #E9113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

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

R = 75.65%
G = 5.52%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E9113A (or 0xE9113A) is known color: Crimson. HEX triplet: E9, 11 and 3A. RGB value is (233,17,58). Sum of RGB (Red+Green+Blue) = 233+17+58=308 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.65% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 233 - color contains mainly: red. Hex color #E9113A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9113A is #16EEC5. Grayscale: #565656. Windows color (decimal): -1502918 or 3805673. OLE color: 3805673.

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

Color convert

RGB 233 17 58 -
CMYK 0 0.93 0.75 0.09
HSL 348.61º 0.86% 0.49% -
HSV(B) 348.61º 0.93% 0.91% -
XYZ 34.57 18.03 5.66 -
YUV 86.26 112.06 232.67 -
System Red Green Blue C M Y K H S L
Decimal 233 17 58 0 0.93 0.75 0.09 348.61 0.86 0.49
Hex E9 11 3A 0 5D 4B 9 15D 56 31
Octal 351 21 72 0 135 113 11 535 126 61
Binary 11101001 10001 111010 0 1011101 1001011 1001 101011101 1010110 110001

Color Harmonies of #E9113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9113A

Black with #E9113A

Text Example


Text Example

White with #E9113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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