Html Css Color HEX #E5143B Crimson

📋 copy color: '#E5143B'

red 229 ◦ green 20 ◦ blue 59

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

Shades of Crimson #E5143B

Tints of Crimson #E5143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 74.35%
G = 6.49%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E5143B (or 0xE5143B) is known color: Crimson. HEX triplet: E5, 14 and 3B. RGB value is (229,20,59). Sum of RGB (Red+Green+Blue) = 229+20+59=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5143B is #1AEBC4. Grayscale: #565656. Windows color (decimal): -1764293 or 3871973. OLE color: 3871973.

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

Color convert

RGB 229 20 59 -
CMYK 0 0.91 0.74 0.10
HSL 348.8º 0.84% 0.49% -
HSV(B) 348.8º 0.91% 0.9% -
XYZ 33.35 17.47 5.75 -
YUV 86.94 112.24 229.33 -
System Red Green Blue C M Y K H S L
Decimal 229 20 59 0 0.91 0.74 0.10 348.8 0.84 0.49
Hex E5 14 3B 0 5B 4A A 15D 54 31
Octal 345 24 73 0 133 112 12 535 124 61
Binary 11100101 10100 111011 0 1011011 1001010 1010 101011101 1010100 110001

Color Harmonies of #E5143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5143B

Black with #E5143B

Text Example


Text Example

White with #E5143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5143B; }

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

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

background-color css

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

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

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

border-color css

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

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

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