Html Css Color HEX #E5134B Crimson

📋 copy color: '#E5134B'

red 229 ◦ green 19 ◦ blue 75

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

Shades of Crimson #E5134B

Tints of Crimson #E5134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 70.9%
G = 5.88%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5134B (or 0xE5134B) is known color: Crimson. HEX triplet: E5, 13 and 4B. RGB value is (229,19,75). Sum of RGB (Red+Green+Blue) = 229+19+75=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5134B is #1AECB4. Grayscale: #585858. Windows color (decimal): -1764533 or 4920293. OLE color: 4920293.

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

Color convert

RGB 229 19 75 -
CMYK 0 0.92 0.67 0.10
HSL 344º 0.85% 0.49% -
HSV(B) 344º 0.92% 0.9% -
XYZ 33.82 17.63 8.28 -
YUV 88.17 120.57 228.45 -
System Red Green Blue C M Y K H S L
Decimal 229 19 75 0 0.92 0.67 0.10 344 0.85 0.49
Hex E5 13 4B 0 5C 43 A 158 55 31
Octal 345 23 113 0 134 103 12 530 125 61
Binary 11100101 10011 1001011 0 1011100 1000011 1010 101011000 1010101 110001

Color Harmonies of #E5134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5134B

Black with #E5134B

Text Example


Text Example

White with #E5134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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