Html Css Color HEX #E5142B Crimson

📋 copy color: '#E5142B'

red 229 ◦ green 20 ◦ blue 43

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

Shades of Crimson #E5142B

Tints of Crimson #E5142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

 BLUE value IS 43 (17.19% from 255) = 14.73%

R = 78.42%
G = 6.85%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5142B (or 0xE5142B) is known color: Crimson. HEX triplet: E5, 14 and 2B. RGB value is (229,20,43). Sum of RGB (Red+Green+Blue) = 229+20+43=292 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.42% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 229 - color contains mainly: red. Hex color #E5142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5142B is #1AEBD4. Grayscale: #555555. Windows color (decimal): -1764309 or 2823397. OLE color: 2823397.

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

Color convert

RGB 229 20 43 -
CMYK 0 0.91 0.81 0.10
HSL 353.4º 0.84% 0.49% -
HSV(B) 353.4º 0.91% 0.9% -
XYZ 33 17.33 3.89 -
YUV 85.11 104.24 230.63 -
System Red Green Blue C M Y K H S L
Decimal 229 20 43 0 0.91 0.81 0.10 353.4 0.84 0.49
Hex E5 14 2B 0 5B 51 A 161 54 31
Octal 345 24 53 0 133 121 12 541 124 61
Binary 11100101 10100 101011 0 1011011 1010001 1010 101100001 1010100 110001

Color Harmonies of #E5142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5142B

Black with #E5142B

Text Example


Text Example

White with #E5142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5142B; }

 p { color: rgb(229,20,43); }

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

background-color css

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

 a { background-color: rgb(229,20,43); }

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

border-color css

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

 span { border-color: rgb(229,20,43); }

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