Html Css Color HEX #E8164C Crimson

📋 copy color: '#E8164C'

red 232 ◦ green 22 ◦ blue 76

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

Shades of Crimson #E8164C

Tints of Crimson #E8164C

RGB

 RED value IS 232 (91.02% from 255) = 70.3%

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

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

R = 70.3%
G = 6.67%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8164C (or 0xE8164C) is known color: Crimson. HEX triplet: E8, 16 and 4C. RGB value is (232,22,76). Sum of RGB (Red+Green+Blue) = 232+22+76=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E8164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8164C is #17E9B3. Grayscale: #5A5A5A. Windows color (decimal): -1567156 or 4986600. OLE color: 4986600.

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

Color convert

RGB 232 22 76 -
CMYK 0 0.91 0.67 0.09
HSL 344.57º 0.83% 0.5% -
HSV(B) 344.57º 0.91% 0.91% -
XYZ 34.87 18.25 8.52 -
YUV 90.95 119.57 228.61 -
System Red Green Blue C M Y K H S L
Decimal 232 22 76 0 0.91 0.67 0.09 344.57 0.83 0.5
Hex E8 16 4C 0 5B 43 9 159 53 32
Octal 350 26 114 0 133 103 11 531 123 62
Binary 11101000 10110 1001100 0 1011011 1000011 1001 101011001 1010011 110010

Color Harmonies of #E8164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8164C

Black with #E8164C

Text Example


Text Example

White with #E8164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8164C; }

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

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

background-color css

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

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

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

border-color css

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

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

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