Html Css Color HEX #E11348 Crimson

📋 copy color: '#E11348'

red 225 ◦ green 19 ◦ blue 72

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

Shades of Crimson #E11348

Tints of Crimson #E11348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.01%

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 71.2%
G = 6.01%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E11348 (or 0xE11348) is known color: Crimson. HEX triplet: E1, 13 and 48. RGB value is (225,19,72). Sum of RGB (Red+Green+Blue) = 225+19+72=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E11348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11348 is #1EECB7. Grayscale: #565656. Windows color (decimal): -2026680 or 4723681. OLE color: 4723681.

HSL color Cylindrical-coordinate representation of color #E11348: hue angle of 344.56º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11348 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 19 72 -
CMYK 0 0.92 0.68 0.12
HSL 344.56º 0.84% 0.48% -
HSV(B) 344.56º 0.92% 0.88% -
XYZ 32.45 16.94 7.69 -
YUV 86.64 119.75 226.69 -
System Red Green Blue C M Y K H S L
Decimal 225 19 72 0 0.92 0.68 0.12 344.56 0.84 0.48
Hex E1 13 48 0 5C 44 C 159 54 30
Octal 341 23 110 0 134 104 14 531 124 60
Binary 11100001 10011 1001000 0 1011100 1000100 1100 101011001 1010100 110000

Color Harmonies of #E11348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11348

Black with #E11348

Text Example


Text Example

White with #E11348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11348; }

 p { color: rgb(225,19,72); }

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

background-color css

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

 a { background-color: rgb(225,19,72); }

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

border-color css

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

 span { border-color: rgb(225,19,72); }

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