Html Css Color HEX #E5142A Crimson

📋 copy color: '#E5142A'

red 229 ◦ green 20 ◦ blue 42

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

Shades of Crimson #E5142A

Tints of Crimson #E5142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.43%

R = 78.69%
G = 6.87%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5142A (or 0xE5142A) is known color: Crimson. HEX triplet: E5, 14 and 2A. RGB value is (229,20,42). Sum of RGB (Red+Green+Blue) = 229+20+42=291 (38% of max value = 765). Red value is 229 (89.84% from 255 or 78.69% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 229 - color contains mainly: red. Hex color #E5142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5142A is #1AEBD5. Grayscale: #555555. Windows color (decimal): -1764310 or 2757861. OLE color: 2757861.

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

Color convert

RGB 229 20 42 -
CMYK 0 0.91 0.82 0.10
HSL 353.68º 0.84% 0.49% -
HSV(B) 353.68º 0.91% 0.9% -
XYZ 32.98 17.33 3.8 -
YUV 85 103.74 230.71 -
System Red Green Blue C M Y K H S L
Decimal 229 20 42 0 0.91 0.82 0.10 353.68 0.84 0.49
Hex E5 14 2A 0 5B 52 A 162 54 31
Octal 345 24 52 0 133 122 12 542 124 61
Binary 11100101 10100 101010 0 1011011 1010010 1010 101100010 1010100 110001

Color Harmonies of #E5142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5142A

Black with #E5142A

Text Example


Text Example

White with #E5142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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