Html Css Color HEX #E1184A Crimson

📋 copy color: '#E1184A'

red 225 ◦ green 24 ◦ blue 74

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

Shades of Crimson #E1184A

Tints of Crimson #E1184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.43%

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

R = 69.66%
G = 7.43%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1184A (or 0xE1184A) is known color: Crimson. HEX triplet: E1, 18 and 4A. RGB value is (225,24,74). Sum of RGB (Red+Green+Blue) = 225+24+74=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E1184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1184A is #1EE7B5. Grayscale: #595959. Windows color (decimal): -2025398 or 4856033. OLE color: 4856033.

HSL color Cylindrical-coordinate representation of color #E1184A: hue angle of 345.07º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1184A is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 24 74 -
CMYK 0 0.89 0.67 0.12
HSL 345.07º 0.81% 0.49% -
HSV(B) 345.07º 0.89% 0.88% -
XYZ 32.61 17.16 8.07 -
YUV 89.8 119.09 224.43 -
System Red Green Blue C M Y K H S L
Decimal 225 24 74 0 0.89 0.67 0.12 345.07 0.81 0.49
Hex E1 18 4A 0 59 43 C 159 51 31
Octal 341 30 112 0 131 103 14 531 121 61
Binary 11100001 11000 1001010 0 1011001 1000011 1100 101011001 1010001 110001

Color Harmonies of #E1184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1184A

Black with #E1184A

Text Example


Text Example

White with #E1184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1184A; }

 p { color: rgb(225,24,74); }

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

background-color css

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

 a { background-color: rgb(225,24,74); }

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

border-color css

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

 span { border-color: rgb(225,24,74); }

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