Html Css Color HEX #E7112B Crimson

📋 copy color: '#E7112B'

red 231 ◦ green 17 ◦ blue 43

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

Shades of Crimson #E7112B

Tints of Crimson #E7112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 79.38%
G = 5.84%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7112B (or 0xE7112B) is known color: Crimson. HEX triplet: E7, 11 and 2B. RGB value is (231,17,43). Sum of RGB (Red+Green+Blue) = 231+17+43=291 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.38% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 231 - color contains mainly: red. Hex color #E7112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7112B is #18EED4. Grayscale: #545454. Windows color (decimal): -1634005 or 2822631. OLE color: 2822631.

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

Color convert

RGB 231 17 43 -
CMYK 0 0.93 0.81 0.09
HSL 352.71º 0.86% 0.49% -
HSV(B) 352.71º 0.93% 0.91% -
XYZ 33.59 17.56 3.91 -
YUV 83.95 104.9 232.89 -
System Red Green Blue C M Y K H S L
Decimal 231 17 43 0 0.93 0.81 0.09 352.71 0.86 0.49
Hex E7 11 2B 0 5D 51 9 161 56 31
Octal 347 21 53 0 135 121 11 541 126 61
Binary 11100111 10001 101011 0 1011101 1010001 1001 101100001 1010110 110001

Color Harmonies of #E7112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7112B

Black with #E7112B

Text Example


Text Example

White with #E7112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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