Html Css Color HEX #E1133A Crimson

📋 copy color: '#E1133A'

red 225 ◦ green 19 ◦ blue 58

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

Shades of Crimson #E1133A

Tints of Crimson #E1133A

RGB

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

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

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

R = 74.5%
G = 6.29%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1133A (or 0xE1133A) is known color: Crimson. HEX triplet: E1, 13 and 3A. RGB value is (225,19,58). Sum of RGB (Red+Green+Blue) = 225+19+58=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1133A is #1EECC5. Grayscale: #555555. Windows color (decimal): -2026694 or 3806177. OLE color: 3806177.

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

Color convert

RGB 225 19 58 -
CMYK 0 0.92 0.74 0.12
HSL 348.64º 0.84% 0.48% -
HSV(B) 348.64º 0.92% 0.88% -
XYZ 32.05 16.78 5.55 -
YUV 85.04 112.75 227.83 -
System Red Green Blue C M Y K H S L
Decimal 225 19 58 0 0.92 0.74 0.12 348.64 0.84 0.48
Hex E1 13 3A 0 5C 4A C 15D 54 30
Octal 341 23 72 0 134 112 14 535 124 60
Binary 11100001 10011 111010 0 1011100 1001010 1100 101011101 1010100 110000

Color Harmonies of #E1133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1133A

Black with #E1133A

Text Example


Text Example

White with #E1133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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