Html Css Color HEX #E7164D Crimson

📋 copy color: '#E7164D'

red 231 ◦ green 22 ◦ blue 77

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

Shades of Crimson #E7164D

Tints of Crimson #E7164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 70%
G = 6.67%
B = 23.33%

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

#E7164D (or 0xE7164D) is known color: Crimson. HEX triplet: E7, 16 and 4D. RGB value is (231,22,77). Sum of RGB (Red+Green+Blue) = 231+22+77=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E7164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7164D is #18E9B2. Grayscale: #5A5A5A. Windows color (decimal): -1632691 or 5052135. OLE color: 5052135.

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

Color convert

RGB 231 22 77 -
CMYK 0 0.90 0.67 0.09
HSL 344.21º 0.83% 0.5% -
HSV(B) 344.21º 0.9% 0.91% -
XYZ 34.58 18.1 8.69 -
YUV 90.76 120.24 228.03 -
System Red Green Blue C M Y K H S L
Decimal 231 22 77 0 0.90 0.67 0.09 344.21 0.83 0.5
Hex E7 16 4D 0 5A 43 9 158 53 32
Octal 347 26 115 0 132 103 11 530 123 62
Binary 11100111 10110 1001101 0 1011010 1000011 1001 101011000 1010011 110010

Color Harmonies of #E7164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7164D

Black with #E7164D

Text Example


Text Example

White with #E7164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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