Html Css Color HEX #E3164A Crimson

📋 copy color: '#E3164A'

red 227 ◦ green 22 ◦ blue 74

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

Shades of Crimson #E3164A

Tints of Crimson #E3164A

RGB

 RED value IS 227 (89.06% from 255) = 70.28%

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

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

R = 70.28%
G = 6.81%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3164A (or 0xE3164A) is known color: Crimson. HEX triplet: E3, 16 and 4A. RGB value is (227,22,74). Sum of RGB (Red+Green+Blue) = 227+22+74=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E3164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3164A is #1CE9B5. Grayscale: #595959. Windows color (decimal): -1894838 or 4855523. OLE color: 4855523.

HSL color Cylindrical-coordinate representation of color #E3164A: hue angle of 344.78º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3164A is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 22 74 -
CMYK 0 0.90 0.67 0.11
HSL 344.78º 0.82% 0.49% -
HSV(B) 344.78º 0.9% 0.89% -
XYZ 33.2 17.4 8.09 -
YUV 89.22 119.42 226.27 -
System Red Green Blue C M Y K H S L
Decimal 227 22 74 0 0.90 0.67 0.11 344.78 0.82 0.49
Hex E3 16 4A 0 5A 43 B 159 52 31
Octal 343 26 112 0 132 103 13 531 122 61
Binary 11100011 10110 1001010 0 1011010 1000011 1011 101011001 1010010 110001

Color Harmonies of #E3164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3164A

Black with #E3164A

Text Example


Text Example

White with #E3164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3164A; }

 p { color: rgb(227,22,74); }

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

background-color css

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

 a { background-color: rgb(227,22,74); }

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

border-color css

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

 span { border-color: rgb(227,22,74); }

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