Html Css Color HEX #E00139 Crimson

📋 copy color: '#E00139'

red 224 ◦ green 1 ◦ blue 57

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

Shades of Crimson #E00139

Tints of Crimson #E00139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 57 (22.66% from 255) = 20.21%

R = 79.43%
G = 0.35%
B = 20.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E00139 (or 0xE00139) is known color: Crimson. HEX triplet: E0, 01 and 39. RGB value is (224,1,57). Sum of RGB (Red+Green+Blue) = 224+1+57=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E00139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00139 is #1FFEC6. Grayscale: #4A4A4A. Windows color (decimal): -2096839 or 3736032. OLE color: 3736032.

HSL color Cylindrical-coordinate representation of color #E00139: hue angle of 344.93º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00139 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 57 -
CMYK 0 1.00 0.75 0.12
HSL 344.93º 0.99% 0.44% -
HSV(B) 344.93º 1% 0.88% -
XYZ 31.49 16.16 5.33 -
YUV 74.06 118.38 234.95 -
System Red Green Blue C M Y K H S L
Decimal 224 1 57 0 1.00 0.75 0.12 344.93 0.99 0.44
Hex E0 1 39 0 64 4B C 159 63 2C
Octal 340 1 71 0 144 113 14 531 143 54
Binary 11100000 1 111001 0 1100100 1001011 1100 101011001 1100011 101100

Color Harmonies of #E00139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00139

Black with #E00139

Text Example


Text Example

White with #E00139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00139; }

 p { color: rgb(224,1,57); }

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

background-color css

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

 a { background-color: rgb(224,1,57); }

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

border-color css

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

 span { border-color: rgb(224,1,57); }

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