Html Css Color HEX #E5142C Crimson

📋 copy color: '#E5142C'

red 229 ◦ green 20 ◦ blue 44

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

Shades of Crimson #E5142C

Tints of Crimson #E5142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.02%

R = 78.16%
G = 6.83%
B = 15.02%

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

#E5142C (or 0xE5142C) is known color: Crimson. HEX triplet: E5, 14 and 2C. RGB value is (229,20,44). Sum of RGB (Red+Green+Blue) = 229+20+44=293 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.16% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 229 - color contains mainly: red. Hex color #E5142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5142C is #1AEBD3. Grayscale: #555555. Windows color (decimal): -1764308 or 2888933. OLE color: 2888933.

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

Color convert

RGB 229 20 44 -
CMYK 0 0.91 0.81 0.10
HSL 353.11º 0.84% 0.49% -
HSV(B) 353.11º 0.91% 0.9% -
XYZ 33.02 17.34 3.99 -
YUV 85.23 104.74 230.55 -
System Red Green Blue C M Y K H S L
Decimal 229 20 44 0 0.91 0.81 0.10 353.11 0.84 0.49
Hex E5 14 2C 0 5B 51 A 161 54 31
Octal 345 24 54 0 133 121 12 541 124 61
Binary 11100101 10100 101100 0 1011011 1010001 1010 101100001 1010100 110001

Color Harmonies of #E5142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5142C

Black with #E5142C

Text Example


Text Example

White with #E5142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5142C; }

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

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

background-color css

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

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

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

border-color css

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

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

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