Html Css Color HEX #E01144 Crimson

📋 copy color: '#E01144'

red 224 ◦ green 17 ◦ blue 68

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

Shades of Crimson #E01144

Tints of Crimson #E01144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.5%

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 72.49%
G = 5.5%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E01144 (or 0xE01144) is known color: Crimson. HEX triplet: E0, 11 and 44. RGB value is (224,17,68). Sum of RGB (Red+Green+Blue) = 224+17+68=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E01144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01144 is #1FEEBB. Grayscale: #545454. Windows color (decimal): -2092732 or 4461024. OLE color: 4461024.

HSL color Cylindrical-coordinate representation of color #E01144: hue angle of 345.22º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01144 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 68 -
CMYK 0 0.92 0.70 0.12
HSL 345.22º 0.86% 0.47% -
HSV(B) 345.22º 0.92% 0.88% -
XYZ 31.98 16.67 7 -
YUV 84.71 118.58 227.35 -
System Red Green Blue C M Y K H S L
Decimal 224 17 68 0 0.92 0.70 0.12 345.22 0.86 0.47
Hex E0 11 44 0 5C 46 C 159 56 2F
Octal 340 21 104 0 134 106 14 531 126 57
Binary 11100000 10001 1000100 0 1011100 1000110 1100 101011001 1010110 101111

Color Harmonies of #E01144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01144

Black with #E01144

Text Example


Text Example

White with #E01144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01144; }

 p { color: rgb(224,17,68); }

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

background-color css

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

 a { background-color: rgb(224,17,68); }

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

border-color css

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

 span { border-color: rgb(224,17,68); }

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