Html Css Color HEX #E5113A Crimson

📋 copy color: '#E5113A'

red 229 ◦ green 17 ◦ blue 58

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

Shades of Crimson #E5113A

Tints of Crimson #E5113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

 BLUE value IS 58 (23.05% from 255) = 19.08%

R = 75.33%
G = 5.59%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E5113A (or 0xE5113A) is known color: Crimson. HEX triplet: E5, 11 and 3A. RGB value is (229,17,58). Sum of RGB (Red+Green+Blue) = 229+17+58=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E5113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5113A is #1AEEC5. Grayscale: #555555. Windows color (decimal): -1765062 or 3805669. OLE color: 3805669.

HSL color Cylindrical-coordinate representation of color #E5113A: hue angle of 348.4º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5113A is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 17 58 -
CMYK 0 0.93 0.75 0.10
HSL 348.4º 0.86% 0.48% -
HSV(B) 348.4º 0.93% 0.9% -
XYZ 33.28 17.36 5.6 -
YUV 85.06 112.74 230.67 -
System Red Green Blue C M Y K H S L
Decimal 229 17 58 0 0.93 0.75 0.10 348.4 0.86 0.48
Hex E5 11 3A 0 5D 4B A 15C 56 30
Octal 345 21 72 0 135 113 12 534 126 60
Binary 11100101 10001 111010 0 1011101 1001011 1010 101011100 1010110 110000

Color Harmonies of #E5113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5113A

Black with #E5113A

Text Example


Text Example

White with #E5113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5113A; }

 p { color: rgb(229,17,58); }

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

background-color css

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

 a { background-color: rgb(229,17,58); }

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

border-color css

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

 span { border-color: rgb(229,17,58); }

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