Html Css Color HEX #E4113B Crimson

📋 copy color: '#E4113B'

red 228 ◦ green 17 ◦ blue 59

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

Shades of Crimson #E4113B

Tints of Crimson #E4113B

RGB

 RED value IS 228 (89.45% from 255) = 75%

 GREEN value IS 17 (7.03% from 255) = 5.59%

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 75%
G = 5.59%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E4113B (or 0xE4113B) is known color: Crimson. HEX triplet: E4, 11 and 3B. RGB value is (228,17,59). Sum of RGB (Red+Green+Blue) = 228+17+59=304 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 228 - color contains mainly: red. Hex color #E4113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4113B is #1BEEC4. Grayscale: #545454. Windows color (decimal): -1830597 or 3871204. OLE color: 3871204.

HSL color Cylindrical-coordinate representation of color #E4113B: hue angle of 348.06º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4113B is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 17 59 -
CMYK 0 0.93 0.74 0.11
HSL 348.06º 0.86% 0.48% -
HSV(B) 348.06º 0.93% 0.89% -
XYZ 32.98 17.21 5.72 -
YUV 84.88 113.4 230.08 -
System Red Green Blue C M Y K H S L
Decimal 228 17 59 0 0.93 0.74 0.11 348.06 0.86 0.48
Hex E4 11 3B 0 5D 4A B 15C 56 30
Octal 344 21 73 0 135 112 13 534 126 60
Binary 11100100 10001 111011 0 1011101 1001010 1011 101011100 1010110 110000

Color Harmonies of #E4113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4113B

Black with #E4113B

Text Example


Text Example

White with #E4113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4113B; }

 p { color: rgb(228,17,59); }

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

background-color css

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

 a { background-color: rgb(228,17,59); }

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

border-color css

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

 span { border-color: rgb(228,17,59); }

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