Html Css Color HEX #E7114B Crimson

📋 copy color: '#E7114B'

red 231 ◦ green 17 ◦ blue 75

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

Shades of Crimson #E7114B

Tints of Crimson #E7114B

RGB

 RED value IS 231 (90.63% from 255) = 71.52%

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

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

R = 71.52%
G = 5.26%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7114B (or 0xE7114B) is known color: Crimson. HEX triplet: E7, 11 and 4B. RGB value is (231,17,75). Sum of RGB (Red+Green+Blue) = 231+17+75=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E7114B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7114B is #18EEB4. Grayscale: #575757. Windows color (decimal): -1633973 or 4919783. OLE color: 4919783.

HSL color Cylindrical-coordinate representation of color #E7114B: hue angle of 343.74º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7114B is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 75 -
CMYK 0 0.93 0.68 0.09
HSL 343.74º 0.86% 0.49% -
HSV(B) 343.74º 0.93% 0.91% -
XYZ 34.43 17.9 8.3 -
YUV 87.6 120.9 230.28 -
System Red Green Blue C M Y K H S L
Decimal 231 17 75 0 0.93 0.68 0.09 343.74 0.86 0.49
Hex E7 11 4B 0 5D 44 9 158 56 31
Octal 347 21 113 0 135 104 11 530 126 61
Binary 11100111 10001 1001011 0 1011101 1000100 1001 101011000 1010110 110001

Color Harmonies of #E7114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7114B

Black with #E7114B

Text Example


Text Example

White with #E7114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7114B; }

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

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

background-color css

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

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

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

border-color css

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

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

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