Html Css Color HEX #E9164C Crimson

📋 copy color: '#E9164C'

red 233 ◦ green 22 ◦ blue 76

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

Shades of Crimson #E9164C

Tints of Crimson #E9164C

RGB

 RED value IS 233 (91.41% from 255) = 70.39%

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

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

R = 70.39%
G = 6.65%
B = 22.96%

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

#E9164C (or 0xE9164C) is known color: Crimson. HEX triplet: E9, 16 and 4C. RGB value is (233,22,76). Sum of RGB (Red+Green+Blue) = 233+22+76=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9164C is #16E9B3. Grayscale: #5B5B5B. Windows color (decimal): -1501620 or 4986601. OLE color: 4986601.

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

Color convert

RGB 233 22 76 -
CMYK 0 0.91 0.67 0.09
HSL 344.64º 0.83% 0.5% -
HSV(B) 344.64º 0.91% 0.91% -
XYZ 35.2 18.42 8.54 -
YUV 91.25 119.4 229.11 -
System Red Green Blue C M Y K H S L
Decimal 233 22 76 0 0.91 0.67 0.09 344.64 0.83 0.5
Hex E9 16 4C 0 5B 43 9 159 53 32
Octal 351 26 114 0 133 103 11 531 123 62
Binary 11101001 10110 1001100 0 1011011 1000011 1001 101011001 1010011 110010

Color Harmonies of #E9164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9164C

Black with #E9164C

Text Example


Text Example

White with #E9164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9164C; }

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

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

background-color css

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

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

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

border-color css

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

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

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