Html Css Color HEX #E11734 Crimson

📋 copy color: '#E11734'

red 225 ◦ green 23 ◦ blue 52

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

Shades of Crimson #E11734

Tints of Crimson #E11734

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.67%

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 75%
G = 7.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E11734 (or 0xE11734) is known color: Crimson. HEX triplet: E1, 17 and 34. RGB value is (225,23,52). Sum of RGB (Red+Green+Blue) = 225+23+52=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E11734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11734 is #1EE8CB. Grayscale: #565656. Windows color (decimal): -2025676 or 3413985. OLE color: 3413985.

HSL color Cylindrical-coordinate representation of color #E11734: hue angle of 351.39º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11734 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 23 52 -
CMYK 0 0.90 0.77 0.12
HSL 351.39º 0.81% 0.49% -
HSV(B) 351.39º 0.9% 0.88% -
XYZ 31.98 16.87 4.82 -
YUV 86.7 108.42 226.64 -
System Red Green Blue C M Y K H S L
Decimal 225 23 52 0 0.90 0.77 0.12 351.39 0.81 0.49
Hex E1 17 34 0 5A 4D C 15F 51 31
Octal 341 27 64 0 132 115 14 537 121 61
Binary 11100001 10111 110100 0 1011010 1001101 1100 101011111 1010001 110001

Color Harmonies of #E11734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11734

Black with #E11734

Text Example


Text Example

White with #E11734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11734; }

 p { color: rgb(225,23,52); }

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

background-color css

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

 a { background-color: rgb(225,23,52); }

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

border-color css

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

 span { border-color: rgb(225,23,52); }

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