Html Css Color HEX #E3114B Crimson

📋 copy color: '#E3114B'

red 227 ◦ green 17 ◦ blue 75

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

Shades of Crimson #E3114B

Tints of Crimson #E3114B

RGB

 RED value IS 227 (89.06% from 255) = 71.16%

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

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 71.16%
G = 5.33%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3114B (or 0xE3114B) is known color: Crimson. HEX triplet: E3, 11 and 4B. RGB value is (227,17,75). Sum of RGB (Red+Green+Blue) = 227+17+75=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E3114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3114B is #1CEEB4. Grayscale: #565656. Windows color (decimal): -1896117 or 4919779. OLE color: 4919779.

HSL color Cylindrical-coordinate representation of color #E3114B: hue angle of 343.43º 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 #E3114B is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 17 75 -
CMYK 0 0.93 0.67 0.11
HSL 343.43º 0.86% 0.48% -
HSV(B) 343.43º 0.93% 0.89% -
XYZ 33.15 17.24 8.24 -
YUV 86.4 121.57 228.28 -
System Red Green Blue C M Y K H S L
Decimal 227 17 75 0 0.93 0.67 0.11 343.43 0.86 0.48
Hex E3 11 4B 0 5D 43 B 157 56 30
Octal 343 21 113 0 135 103 13 527 126 60
Binary 11100011 10001 1001011 0 1011101 1000011 1011 101010111 1010110 110000

Color Harmonies of #E3114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3114B

Black with #E3114B

Text Example


Text Example

White with #E3114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3114B; }

 p { color: rgb(227,17,75); }

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

background-color css

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

 a { background-color: rgb(227,17,75); }

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

border-color css

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

 span { border-color: rgb(227,17,75); }

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