Html Css Color HEX #E11845 Crimson

📋 copy color: '#E11845'

red 225 ◦ green 24 ◦ blue 69

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

Shades of Crimson #E11845

Tints of Crimson #E11845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

 BLUE value IS 69 (27.34% from 255) = 21.7%

R = 70.75%
G = 7.55%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E11845 (or 0xE11845) is known color: Crimson. HEX triplet: E1, 18 and 45. RGB value is (225,24,69). Sum of RGB (Red+Green+Blue) = 225+24+69=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E11845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11845 is #1EE7BA. Grayscale: #595959. Windows color (decimal): -2025403 or 4528353. OLE color: 4528353.

HSL color Cylindrical-coordinate representation of color #E11845: hue angle of 346.57º degrees, saturation: 0.81, 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 #E11845 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 24 69 -
CMYK 0 0.89 0.69 0.12
HSL 346.57º 0.81% 0.49% -
HSV(B) 346.57º 0.89% 0.88% -
XYZ 32.45 17.09 7.22 -
YUV 89.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 225 24 69 0 0.89 0.69 0.12 346.57 0.81 0.49
Hex E1 18 45 0 59 45 C 15B 51 31
Octal 341 30 105 0 131 105 14 533 121 61
Binary 11100001 11000 1000101 0 1011001 1000101 1100 101011011 1010001 110001

Color Harmonies of #E11845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11845

Black with #E11845

Text Example


Text Example

White with #E11845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11845; }

 p { color: rgb(225,24,69); }

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

background-color css

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

 a { background-color: rgb(225,24,69); }

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

border-color css

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

 span { border-color: rgb(225,24,69); }

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