Html Css Color HEX #E8143C Crimson

📋 copy color: '#E8143C'

red 232 ◦ green 20 ◦ blue 60

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

Shades of Crimson #E8143C

Tints of Crimson #E8143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 74.36%
G = 6.41%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E8143C (or 0xE8143C) is known color: Crimson. HEX triplet: E8, 14 and 3C. RGB value is (232,20,60). Sum of RGB (Red+Green+Blue) = 232+20+60=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E8143C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8143C is #17EBC3. Grayscale: #575757. Windows color (decimal): -1567684 or 3937512. OLE color: 3937512.

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

Color convert

RGB 232 20 60 -
CMYK 0 0.91 0.74 0.09
HSL 348.68º 0.84% 0.49% -
HSV(B) 348.68º 0.91% 0.91% -
XYZ 34.34 17.98 5.94 -
YUV 87.95 112.24 230.75 -
System Red Green Blue C M Y K H S L
Decimal 232 20 60 0 0.91 0.74 0.09 348.68 0.84 0.49
Hex E8 14 3C 0 5B 4A 9 15D 54 31
Octal 350 24 74 0 133 112 11 535 124 61
Binary 11101000 10100 111100 0 1011011 1001010 1001 101011101 1010100 110001

Color Harmonies of #E8143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8143C

Black with #E8143C

Text Example


Text Example

White with #E8143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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