Html Css Color HEX #E11E3D Crimson

📋 copy color: '#E11E3D'

red 225 ◦ green 30 ◦ blue 61

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

Shades of Crimson #E11E3D

Tints of Crimson #E11E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 71.2%
G = 9.49%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E11E3D (or 0xE11E3D) is known color: Crimson. HEX triplet: E1, 1E and 3D. RGB value is (225,30,61). Sum of RGB (Red+Green+Blue) = 225+30+61=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E3D is #1EE1C2. Grayscale: #5B5B5B. Windows color (decimal): -2023875 or 4005601. OLE color: 4005601.

HSL color Cylindrical-coordinate representation of color #E11E3D: hue angle of 350.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E3D is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 30 61 -
CMYK 0 0.87 0.73 0.12
HSL 350.46º 0.76% 0.5% -
HSV(B) 350.46º 0.87% 0.88% -
XYZ 32.36 17.27 6.04 -
YUV 91.84 110.6 222.98 -
System Red Green Blue C M Y K H S L
Decimal 225 30 61 0 0.87 0.73 0.12 350.46 0.76 0.5
Hex E1 1E 3D 0 57 49 C 15E 4C 32
Octal 341 36 75 0 127 111 14 536 114 62
Binary 11100001 11110 111101 0 1010111 1001001 1100 101011110 1001100 110010

Color Harmonies of #E11E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11E3D

Black with #E11E3D

Text Example


Text Example

White with #E11E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11E3D; }

 p { color: rgb(225,30,61); }

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

background-color css

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

 a { background-color: rgb(225,30,61); }

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

border-color css

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

 span { border-color: rgb(225,30,61); }

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