Html Css Color HEX #E9134A Crimson

📋 copy color: '#E9134A'

red 233 ◦ green 19 ◦ blue 74

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

Shades of Crimson #E9134A

Tints of Crimson #E9134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 71.47%
G = 5.83%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9134A (or 0xE9134A) is known color: Crimson. HEX triplet: E9, 13 and 4A. RGB value is (233,19,74). Sum of RGB (Red+Green+Blue) = 233+19+74=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E9134A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9134A is #16ECB5. Grayscale: #595959. Windows color (decimal): -1502390 or 4854761. OLE color: 4854761.

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

Color convert

RGB 233 19 74 -
CMYK 0 0.92 0.68 0.09
HSL 344.58º 0.85% 0.49% -
HSV(B) 344.58º 0.92% 0.91% -
XYZ 35.07 18.28 8.16 -
YUV 89.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 233 19 74 0 0.92 0.68 0.09 344.58 0.85 0.49
Hex E9 13 4A 0 5C 44 9 159 55 31
Octal 351 23 112 0 134 104 11 531 125 61
Binary 11101001 10011 1001010 0 1011100 1000100 1001 101011001 1010101 110001

Color Harmonies of #E9134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9134A

Black with #E9134A

Text Example


Text Example

White with #E9134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9134A; }

 p { color: rgb(233,19,74); }

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

background-color css

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

 a { background-color: rgb(233,19,74); }

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

border-color css

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

 span { border-color: rgb(233,19,74); }

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