Html Css Color HEX #E8143F Crimson

📋 copy color: '#E8143F'

red 232 ◦ green 20 ◦ blue 63

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

Shades of Crimson #E8143F

Tints of Crimson #E8143F

RGB

 RED value IS 232 (91.02% from 255) = 73.65%

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

 BLUE value IS 63 (25% from 255) = 20%

R = 73.65%
G = 6.35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E8143F (or 0xE8143F) is known color: Crimson. HEX triplet: E8, 14 and 3F. RGB value is (232,20,63). Sum of RGB (Red+Green+Blue) = 232+20+63=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E8143F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8143F is #17EBC0. Grayscale: #585858. Windows color (decimal): -1567681 or 4134120. OLE color: 4134120.

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

Color convert

RGB 232 20 63 -
CMYK 0 0.91 0.73 0.09
HSL 347.83º 0.84% 0.49% -
HSV(B) 347.83º 0.91% 0.91% -
XYZ 34.43 18.02 6.37 -
YUV 88.29 113.74 230.5 -
System Red Green Blue C M Y K H S L
Decimal 232 20 63 0 0.91 0.73 0.09 347.83 0.84 0.49
Hex E8 14 3F 0 5B 49 9 15C 54 31
Octal 350 24 77 0 133 111 11 534 124 61
Binary 11101000 10100 111111 0 1011011 1001001 1001 101011100 1010100 110001

Color Harmonies of #E8143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8143F

Black with #E8143F

Text Example


Text Example

White with #E8143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8143F; }

 p { color: rgb(232,20,63); }

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

background-color css

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

 a { background-color: rgb(232,20,63); }

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

border-color css

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

 span { border-color: rgb(232,20,63); }

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