Html Css Color HEX #E5134A Crimson

📋 copy color: '#E5134A'

red 229 ◦ green 19 ◦ blue 74

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

Shades of Crimson #E5134A

Tints of Crimson #E5134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.9%

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

R = 71.12%
G = 5.9%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5134A (or 0xE5134A) is known color: Crimson. HEX triplet: E5, 13 and 4A. RGB value is (229,19,74). Sum of RGB (Red+Green+Blue) = 229+19+74=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5134A is #1AECB5. Grayscale: #585858. Windows color (decimal): -1764534 or 4854757. OLE color: 4854757.

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

Color convert

RGB 229 19 74 -
CMYK 0 0.92 0.68 0.10
HSL 344.29º 0.85% 0.49% -
HSV(B) 344.29º 0.92% 0.9% -
XYZ 33.78 17.62 8.1 -
YUV 88.06 120.07 228.53 -
System Red Green Blue C M Y K H S L
Decimal 229 19 74 0 0.92 0.68 0.10 344.29 0.85 0.49
Hex E5 13 4A 0 5C 44 A 158 55 31
Octal 345 23 112 0 134 104 12 530 125 61
Binary 11100101 10011 1001010 0 1011100 1000100 1010 101011000 1010101 110001

Color Harmonies of #E5134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5134A

Black with #E5134A

Text Example


Text Example

White with #E5134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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