Html Css Color HEX #E7122B Crimson

📋 copy color: '#E7122B'

red 231 ◦ green 18 ◦ blue 43

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

Shades of Crimson #E7122B

Tints of Crimson #E7122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

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

R = 79.11%
G = 6.16%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7122B (or 0xE7122B) is known color: Crimson. HEX triplet: E7, 12 and 2B. RGB value is (231,18,43). Sum of RGB (Red+Green+Blue) = 231+18+43=292 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.11% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 231 - color contains mainly: red. Hex color #E7122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7122B is #18EDD4. Grayscale: #545454. Windows color (decimal): -1633749 or 2822887. OLE color: 2822887.

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

Color convert

RGB 231 18 43 -
CMYK 0 0.92 0.81 0.09
HSL 352.96º 0.86% 0.49% -
HSV(B) 352.96º 0.92% 0.91% -
XYZ 33.61 17.6 3.91 -
YUV 84.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 231 18 43 0 0.92 0.81 0.09 352.96 0.86 0.49
Hex E7 12 2B 0 5C 51 9 161 56 31
Octal 347 22 53 0 134 121 11 541 126 61
Binary 11100111 10010 101011 0 1011100 1010001 1001 101100001 1010110 110001

Color Harmonies of #E7122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7122B

Black with #E7122B

Text Example


Text Example

White with #E7122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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