Html Css Color HEX #E01147 Crimson

📋 copy color: '#E01147'

red 224 ◦ green 17 ◦ blue 71

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

Shades of Crimson #E01147

Tints of Crimson #E01147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.76%

R = 71.79%
G = 5.45%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E01147 (or 0xE01147) is known color: Crimson. HEX triplet: E0, 11 and 47. RGB value is (224,17,71). Sum of RGB (Red+Green+Blue) = 224+17+71=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E01147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01147 is #1FEEB8. Grayscale: #555555. Windows color (decimal): -2092729 or 4657632. OLE color: 4657632.

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

Color convert

RGB 224 17 71 -
CMYK 0 0.92 0.68 0.12
HSL 344.35º 0.86% 0.47% -
HSV(B) 344.35º 0.92% 0.88% -
XYZ 32.08 16.7 7.49 -
YUV 85.05 120.08 227.11 -
System Red Green Blue C M Y K H S L
Decimal 224 17 71 0 0.92 0.68 0.12 344.35 0.86 0.47
Hex E0 11 47 0 5C 44 C 158 56 2F
Octal 340 21 107 0 134 104 14 530 126 57
Binary 11100000 10001 1000111 0 1011100 1000100 1100 101011000 1010110 101111

Color Harmonies of #E01147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01147

Black with #E01147

Text Example


Text Example

White with #E01147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01147; }

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

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

background-color css

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

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

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

border-color css

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

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

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