Html Css Color HEX #E5133E Crimson

📋 copy color: '#E5133E'

red 229 ◦ green 19 ◦ blue 62

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

Shades of Crimson #E5133E

Tints of Crimson #E5133E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20%

R = 73.87%
G = 6.13%
B = 20%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5133E (or 0xE5133E) is known color: Crimson. HEX triplet: E5, 13 and 3E. RGB value is (229,19,62). Sum of RGB (Red+Green+Blue) = 229+19+62=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E5133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5133E is #1AECC1. Grayscale: #565656. Windows color (decimal): -1764546 or 4068325. OLE color: 4068325.

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

Color convert

RGB 229 19 62 -
CMYK 0 0.92 0.73 0.10
HSL 347.71º 0.85% 0.49% -
HSV(B) 347.71º 0.92% 0.9% -
XYZ 33.42 17.47 6.17 -
YUV 86.69 114.07 229.5 -
System Red Green Blue C M Y K H S L
Decimal 229 19 62 0 0.92 0.73 0.10 347.71 0.85 0.49
Hex E5 13 3E 0 5C 49 A 15C 55 31
Octal 345 23 76 0 134 111 12 534 125 61
Binary 11100101 10011 111110 0 1011100 1001001 1010 101011100 1010101 110001

Color Harmonies of #E5133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5133E

Black with #E5133E

Text Example


Text Example

White with #E5133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5133E; }

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

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

background-color css

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

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

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

border-color css

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

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

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