Html Css Color HEX #E1133C Crimson

📋 copy color: '#E1133C'

red 225 ◦ green 19 ◦ blue 60

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

Shades of Crimson #E1133C

Tints of Crimson #E1133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 74.01%
G = 6.25%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1133C (or 0xE1133C) is known color: Crimson. HEX triplet: E1, 13 and 3C. RGB value is (225,19,60). Sum of RGB (Red+Green+Blue) = 225+19+60=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1133C is #1EECC3. Grayscale: #555555. Windows color (decimal): -2026692 or 3937249. OLE color: 3937249.

HSL color Cylindrical-coordinate representation of color #E1133C: hue angle of 348.06º 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 #E1133C is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 19 60 -
CMYK 0 0.92 0.73 0.12
HSL 348.06º 0.84% 0.48% -
HSV(B) 348.06º 0.92% 0.88% -
XYZ 32.1 16.8 5.83 -
YUV 85.27 113.75 227.67 -
System Red Green Blue C M Y K H S L
Decimal 225 19 60 0 0.92 0.73 0.12 348.06 0.84 0.48
Hex E1 13 3C 0 5C 49 C 15C 54 30
Octal 341 23 74 0 134 111 14 534 124 60
Binary 11100001 10011 111100 0 1011100 1001001 1100 101011100 1010100 110000

Color Harmonies of #E1133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1133C

Black with #E1133C

Text Example


Text Example

White with #E1133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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