Html Css Color HEX #E7122F Crimson

📋 copy color: '#E7122F'

red 231 ◦ green 18 ◦ blue 47

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

Shades of Crimson #E7122F

Tints of Crimson #E7122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 78.04%
G = 6.08%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E7122F (or 0xE7122F) is known color: Crimson. HEX triplet: E7, 12 and 2F. RGB value is (231,18,47). Sum of RGB (Red+Green+Blue) = 231+18+47=296 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.04% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 231 - color contains mainly: red. Hex color #E7122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7122F is #18EDD0. Grayscale: #555555. Windows color (decimal): -1633745 or 3085031. OLE color: 3085031.

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

Color convert

RGB 231 18 47 -
CMYK 0 0.92 0.80 0.09
HSL 351.83º 0.86% 0.49% -
HSV(B) 351.83º 0.92% 0.91% -
XYZ 33.68 17.63 4.32 -
YUV 84.99 106.57 232.14 -
System Red Green Blue C M Y K H S L
Decimal 231 18 47 0 0.92 0.80 0.09 351.83 0.86 0.49
Hex E7 12 2F 0 5C 50 9 160 56 31
Octal 347 22 57 0 134 120 11 540 126 61
Binary 11100111 10010 101111 0 1011100 1010000 1001 101100000 1010110 110001

Color Harmonies of #E7122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7122F

Black with #E7122F

Text Example


Text Example

White with #E7122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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