Html Css Color HEX #E0142E Crimson

📋 copy color: '#E0142E'

red 224 ◦ green 20 ◦ blue 46

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

Shades of Crimson #E0142E

Tints of Crimson #E0142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 77.24%
G = 6.9%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0142E (or 0xE0142E) is known color: Crimson. HEX triplet: E0, 14 and 2E. RGB value is (224,20,46). Sum of RGB (Red+Green+Blue) = 224+20+46=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E0142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0142E is #1FEBD1. Grayscale: #545454. Windows color (decimal): -2091986 or 3020000. OLE color: 3020000.

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

Color convert

RGB 224 20 46 -
CMYK 0 0.91 0.79 0.12
HSL 352.35º 0.84% 0.48% -
HSV(B) 352.35º 0.91% 0.88% -
XYZ 31.48 16.54 4.12 -
YUV 83.96 106.59 227.89 -
System Red Green Blue C M Y K H S L
Decimal 224 20 46 0 0.91 0.79 0.12 352.35 0.84 0.48
Hex E0 14 2E 0 5B 4F C 160 54 30
Octal 340 24 56 0 133 117 14 540 124 60
Binary 11100000 10100 101110 0 1011011 1001111 1100 101100000 1010100 110000

Color Harmonies of #E0142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0142E

Black with #E0142E

Text Example


Text Example

White with #E0142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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