Html Css Color HEX #E11933 Crimson

📋 copy color: '#E11933'

red 225 ◦ green 25 ◦ blue 51

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

Shades of Crimson #E11933

Tints of Crimson #E11933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 74.75%
G = 8.31%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E11933 (or 0xE11933) is known color: Crimson. HEX triplet: E1, 19 and 33. RGB value is (225,25,51). Sum of RGB (Red+Green+Blue) = 225+25+51=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E11933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11933 is #1EE6CC. Grayscale: #575757. Windows color (decimal): -2025165 or 3348961. OLE color: 3348961.

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

Color convert

RGB 225 25 51 -
CMYK 0 0.89 0.77 0.12
HSL 352.2º 0.8% 0.49% -
HSV(B) 352.2º 0.89% 0.88% -
XYZ 32 16.94 4.72 -
YUV 87.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 225 25 51 0 0.89 0.77 0.12 352.2 0.8 0.49
Hex E1 19 33 0 59 4D C 160 50 31
Octal 341 31 63 0 131 115 14 540 120 61
Binary 11100001 11001 110011 0 1011001 1001101 1100 101100000 1010000 110001

Color Harmonies of #E11933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11933

Black with #E11933

Text Example


Text Example

White with #E11933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11933; }

 p { color: rgb(225,25,51); }

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

background-color css

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

 a { background-color: rgb(225,25,51); }

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

border-color css

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

 span { border-color: rgb(225,25,51); }

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