Html Css Color HEX #E11A3A Crimson

📋 copy color: '#E11A3A'

red 225 ◦ green 26 ◦ blue 58

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

Shades of Crimson #E11A3A

Tints of Crimson #E11A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

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

R = 72.82%
G = 8.41%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E11A3A (or 0xE11A3A) is known color: Crimson. HEX triplet: E1, 1A and 3A. RGB value is (225,26,58). Sum of RGB (Red+Green+Blue) = 225+26+58=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11A3A is #1EE5C5. Grayscale: #595959. Windows color (decimal): -2024902 or 3807969. OLE color: 3807969.

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

Color convert

RGB 225 26 58 -
CMYK 0 0.88 0.74 0.12
HSL 350.35º 0.79% 0.49% -
HSV(B) 350.35º 0.88% 0.88% -
XYZ 32.18 17.05 5.6 -
YUV 89.15 110.43 224.9 -
System Red Green Blue C M Y K H S L
Decimal 225 26 58 0 0.88 0.74 0.12 350.35 0.79 0.49
Hex E1 1A 3A 0 58 4A C 15E 4F 31
Octal 341 32 72 0 130 112 14 536 117 61
Binary 11100001 11010 111010 0 1011000 1001010 1100 101011110 1001111 110001

Color Harmonies of #E11A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A3A

Black with #E11A3A

Text Example


Text Example

White with #E11A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A3A; }

 p { color: rgb(225,26,58); }

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

background-color css

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

 a { background-color: rgb(225,26,58); }

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

border-color css

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

 span { border-color: rgb(225,26,58); }

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