Html Css Color HEX #E7124A Crimson

📋 copy color: '#E7124A'

red 231 ◦ green 18 ◦ blue 74

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

Shades of Crimson #E7124A

Tints of Crimson #E7124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.91%

R = 71.52%
G = 5.57%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7124A (or 0xE7124A) is known color: Crimson. HEX triplet: E7, 12 and 4A. RGB value is (231,18,74). Sum of RGB (Red+Green+Blue) = 231+18+74=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E7124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7124A is #18EDB5. Grayscale: #585858. Windows color (decimal): -1633718 or 4854503. OLE color: 4854503.

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

Color convert

RGB 231 18 74 -
CMYK 0 0.92 0.68 0.09
HSL 344.23º 0.86% 0.49% -
HSV(B) 344.23º 0.92% 0.91% -
XYZ 34.41 17.92 8.12 -
YUV 88.07 120.07 229.95 -
System Red Green Blue C M Y K H S L
Decimal 231 18 74 0 0.92 0.68 0.09 344.23 0.86 0.49
Hex E7 12 4A 0 5C 44 9 158 56 31
Octal 347 22 112 0 134 104 11 530 126 61
Binary 11100111 10010 1001010 0 1011100 1000100 1001 101011000 1010110 110001

Color Harmonies of #E7124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7124A

Black with #E7124A

Text Example


Text Example

White with #E7124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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