Html Css Color HEX #E5164A Crimson

📋 copy color: '#E5164A'

red 229 ◦ green 22 ◦ blue 74

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

Shades of Crimson #E5164A

Tints of Crimson #E5164A

RGB

 RED value IS 229 (89.84% from 255) = 70.46%

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

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

R = 70.46%
G = 6.77%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5164A (or 0xE5164A) is known color: Crimson. HEX triplet: E5, 16 and 4A. RGB value is (229,22,74). Sum of RGB (Red+Green+Blue) = 229+22+74=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5164A is #1AE9B5. Grayscale: #595959. Windows color (decimal): -1763766 or 4855525. OLE color: 4855525.

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

Color convert

RGB 229 22 74 -
CMYK 0 0.90 0.68 0.10
HSL 344.93º 0.82% 0.49% -
HSV(B) 344.93º 0.9% 0.9% -
XYZ 33.84 17.73 8.12 -
YUV 89.82 119.08 227.27 -
System Red Green Blue C M Y K H S L
Decimal 229 22 74 0 0.90 0.68 0.10 344.93 0.82 0.49
Hex E5 16 4A 0 5A 44 A 159 52 31
Octal 345 26 112 0 132 104 12 531 122 61
Binary 11100101 10110 1001010 0 1011010 1000100 1010 101011001 1010010 110001

Color Harmonies of #E5164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5164A

Black with #E5164A

Text Example


Text Example

White with #E5164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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