Html Css Color HEX #E4143A Crimson

📋 copy color: '#E4143A'

red 228 ◦ green 20 ◦ blue 58

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

Shades of Crimson #E4143A

Tints of Crimson #E4143A

RGB

 RED value IS 228 (89.45% from 255) = 74.51%

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

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

R = 74.51%
G = 6.54%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E4143A (or 0xE4143A) is known color: Crimson. HEX triplet: E4, 14 and 3A. RGB value is (228,20,58). Sum of RGB (Red+Green+Blue) = 228+20+58=306 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.51% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 228 - color contains mainly: red. Hex color #E4143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4143A is #1BEBC5. Grayscale: #565656. Windows color (decimal): -1829830 or 3806436. OLE color: 3806436.

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

Color convert

RGB 228 20 58 -
CMYK 0 0.91 0.75 0.11
HSL 349.04º 0.84% 0.49% -
HSV(B) 349.04º 0.91% 0.89% -
XYZ 33.01 17.3 5.6 -
YUV 86.52 111.91 228.91 -
System Red Green Blue C M Y K H S L
Decimal 228 20 58 0 0.91 0.75 0.11 349.04 0.84 0.49
Hex E4 14 3A 0 5B 4B B 15D 54 31
Octal 344 24 72 0 133 113 13 535 124 61
Binary 11100100 10100 111010 0 1011011 1001011 1011 101011101 1010100 110001

Color Harmonies of #E4143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4143A

Black with #E4143A

Text Example


Text Example

White with #E4143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4143A; }

 p { color: rgb(228,20,58); }

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

background-color css

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

 a { background-color: rgb(228,20,58); }

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

border-color css

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

 span { border-color: rgb(228,20,58); }

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