Html Css Color HEX #E11538 Crimson

📋 copy color: '#E11538'

red 225 ◦ green 21 ◦ blue 56

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

Shades of Crimson #E11538

Tints of Crimson #E11538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 74.5%
G = 6.95%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E11538 (or 0xE11538) is known color: Crimson. HEX triplet: E1, 15 and 38. RGB value is (225,21,56). Sum of RGB (Red+Green+Blue) = 225+21+56=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E11538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11538 is #1EEAC7. Grayscale: #565656. Windows color (decimal): -2026184 or 3675617. OLE color: 3675617.

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

Color convert

RGB 225 21 56 -
CMYK 0 0.91 0.75 0.12
HSL 349.71º 0.83% 0.48% -
HSV(B) 349.71º 0.91% 0.88% -
XYZ 32.03 16.83 5.3 -
YUV 85.99 111.09 227.15 -
System Red Green Blue C M Y K H S L
Decimal 225 21 56 0 0.91 0.75 0.12 349.71 0.83 0.48
Hex E1 15 38 0 5B 4B C 15E 53 30
Octal 341 25 70 0 133 113 14 536 123 60
Binary 11100001 10101 111000 0 1011011 1001011 1100 101011110 1010011 110000

Color Harmonies of #E11538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11538

Black with #E11538

Text Example


Text Example

White with #E11538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11538; }

 p { color: rgb(225,21,56); }

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

background-color css

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

 a { background-color: rgb(225,21,56); }

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

border-color css

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

 span { border-color: rgb(225,21,56); }

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