Html Css Color HEX #E7164C Crimson

📋 copy color: '#E7164C'

red 231 ◦ green 22 ◦ blue 76

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

Shades of Crimson #E7164C

Tints of Crimson #E7164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.69%

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 70.21%
G = 6.69%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7164C (or 0xE7164C) is known color: Crimson. HEX triplet: E7, 16 and 4C. RGB value is (231,22,76). Sum of RGB (Red+Green+Blue) = 231+22+76=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E7164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7164C is #18E9B3. Grayscale: #5A5A5A. Windows color (decimal): -1632692 or 4986599. OLE color: 4986599.

HSL color Cylindrical-coordinate representation of color #E7164C: hue angle of 344.5º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7164C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 22 76 -
CMYK 0 0.90 0.67 0.09
HSL 344.5º 0.83% 0.5% -
HSV(B) 344.5º 0.9% 0.91% -
XYZ 34.55 18.08 8.51 -
YUV 90.65 119.74 228.11 -
System Red Green Blue C M Y K H S L
Decimal 231 22 76 0 0.90 0.67 0.09 344.5 0.83 0.5
Hex E7 16 4C 0 5A 43 9 158 53 32
Octal 347 26 114 0 132 103 11 530 123 62
Binary 11100111 10110 1001100 0 1011010 1000011 1001 101011000 1010011 110010

Color Harmonies of #E7164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7164C

Black with #E7164C

Text Example


Text Example

White with #E7164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7164C; }

 p { color: rgb(231,22,76); }

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

background-color css

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

 a { background-color: rgb(231,22,76); }

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

border-color css

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

 span { border-color: rgb(231,22,76); }

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