Html Css Color HEX #E11C3A Crimson

📋 copy color: '#E11C3A'

red 225 ◦ green 28 ◦ blue 58

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

Shades of Crimson #E11C3A

Tints of Crimson #E11C3A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9%

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

R = 72.35%
G = 9%
B = 18.65%

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

#E11C3A (or 0xE11C3A) is known color: Crimson. HEX triplet: E1, 1C and 3A. RGB value is (225,28,58). Sum of RGB (Red+Green+Blue) = 225+28+58=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C3A is #1EE3C5. Grayscale: #5A5A5A. Windows color (decimal): -2024390 or 3808481. OLE color: 3808481.

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

Color convert

RGB 225 28 58 -
CMYK 0 0.88 0.74 0.12
HSL 350.86º 0.78% 0.5% -
HSV(B) 350.86º 0.88% 0.88% -
XYZ 32.23 17.14 5.61 -
YUV 90.32 109.77 224.06 -
System Red Green Blue C M Y K H S L
Decimal 225 28 58 0 0.88 0.74 0.12 350.86 0.78 0.5
Hex E1 1C 3A 0 58 4A C 15F 4E 32
Octal 341 34 72 0 130 112 14 537 116 62
Binary 11100001 11100 111010 0 1011000 1001010 1100 101011111 1001110 110010

Color Harmonies of #E11C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C3A

Black with #E11C3A

Text Example


Text Example

White with #E11C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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