Html Css Color HEX #E11444 Crimson

📋 copy color: '#E11444'

red 225 ◦ green 20 ◦ blue 68

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

Shades of Crimson #E11444

Tints of Crimson #E11444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 71.88%
G = 6.39%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E11444 (or 0xE11444) is known color: Crimson. HEX triplet: E1, 14 and 44. RGB value is (225,20,68). Sum of RGB (Red+Green+Blue) = 225+20+68=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E11444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11444 is #1EEBBB. Grayscale: #565656. Windows color (decimal): -2026428 or 4461793. OLE color: 4461793.

HSL color Cylindrical-coordinate representation of color #E11444: hue angle of 345.95º degrees, saturation: 0.84, 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 #E11444 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 20 68 -
CMYK 0 0.91 0.70 0.12
HSL 345.95º 0.84% 0.48% -
HSV(B) 345.95º 0.91% 0.88% -
XYZ 32.34 16.93 7.03 -
YUV 86.77 117.42 226.6 -
System Red Green Blue C M Y K H S L
Decimal 225 20 68 0 0.91 0.70 0.12 345.95 0.84 0.48
Hex E1 14 44 0 5B 46 C 15A 54 30
Octal 341 24 104 0 133 106 14 532 124 60
Binary 11100001 10100 1000100 0 1011011 1000110 1100 101011010 1010100 110000

Color Harmonies of #E11444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11444

Black with #E11444

Text Example


Text Example

White with #E11444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11444; }

 p { color: rgb(225,20,68); }

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

background-color css

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

 a { background-color: rgb(225,20,68); }

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

border-color css

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

 span { border-color: rgb(225,20,68); }

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