Html Css Color HEX #E5114B Crimson

📋 copy color: '#E5114B'

red 229 ◦ green 17 ◦ blue 75

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

Shades of Crimson #E5114B

Tints of Crimson #E5114B

RGB

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

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

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

R = 71.34%
G = 5.3%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5114B (or 0xE5114B) is known color: Crimson. HEX triplet: E5, 11 and 4B. RGB value is (229,17,75). Sum of RGB (Red+Green+Blue) = 229+17+75=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E5114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5114B is #1AEEB4. Grayscale: #565656. Windows color (decimal): -1765045 or 4919781. OLE color: 4919781.

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

Color convert

RGB 229 17 75 -
CMYK 0 0.93 0.67 0.10
HSL 343.58º 0.86% 0.48% -
HSV(B) 343.58º 0.93% 0.9% -
XYZ 33.78 17.57 8.27 -
YUV 87 121.24 229.28 -
System Red Green Blue C M Y K H S L
Decimal 229 17 75 0 0.93 0.67 0.10 343.58 0.86 0.48
Hex E5 11 4B 0 5D 43 A 158 56 30
Octal 345 21 113 0 135 103 12 530 126 60
Binary 11100101 10001 1001011 0 1011101 1000011 1010 101011000 1010110 110000

Color Harmonies of #E5114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5114B

Black with #E5114B

Text Example


Text Example

White with #E5114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5114B; }

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

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

background-color css

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

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

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

border-color css

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

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

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