Html Css Color HEX #E0143C Crimson

📋 copy color: '#E0143C'

red 224 ◦ green 20 ◦ blue 60

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

Shades of Crimson #E0143C

Tints of Crimson #E0143C

RGB

 RED value IS 224 (87.89% from 255) = 73.68%

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

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

R = 73.68%
G = 6.58%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0143C (or 0xE0143C) is known color: Crimson. HEX triplet: E0, 14 and 3C. RGB value is (224,20,60). Sum of RGB (Red+Green+Blue) = 224+20+60=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E0143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0143C is #1FEBC3. Grayscale: #555555. Windows color (decimal): -2091972 or 3937504. OLE color: 3937504.

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

Color convert

RGB 224 20 60 -
CMYK 0 0.91 0.73 0.12
HSL 348.24º 0.84% 0.48% -
HSV(B) 348.24º 0.91% 0.88% -
XYZ 31.81 16.67 5.82 -
YUV 85.56 113.59 226.75 -
System Red Green Blue C M Y K H S L
Decimal 224 20 60 0 0.91 0.73 0.12 348.24 0.84 0.48
Hex E0 14 3C 0 5B 49 C 15C 54 30
Octal 340 24 74 0 133 111 14 534 124 60
Binary 11100000 10100 111100 0 1011011 1001001 1100 101011100 1010100 110000

Color Harmonies of #E0143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0143C

Black with #E0143C

Text Example


Text Example

White with #E0143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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