Html Css Color HEX #E01142 Crimson

📋 copy color: '#E01142'

red 224 ◦ green 17 ◦ blue 66

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

Shades of Crimson #E01142

Tints of Crimson #E01142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 72.96%
G = 5.54%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01142 (or 0xE01142) is known color: Crimson. HEX triplet: E0, 11 and 42. RGB value is (224,17,66). Sum of RGB (Red+Green+Blue) = 224+17+66=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E01142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01142 is #1FEEBD. Grayscale: #545454. Windows color (decimal): -2092734 or 4329952. OLE color: 4329952.

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

Color convert

RGB 224 17 66 -
CMYK 0 0.92 0.71 0.12
HSL 345.8º 0.86% 0.47% -
HSV(B) 345.8º 0.92% 0.88% -
XYZ 31.92 16.64 6.68 -
YUV 84.48 117.58 227.52 -
System Red Green Blue C M Y K H S L
Decimal 224 17 66 0 0.92 0.71 0.12 345.8 0.86 0.47
Hex E0 11 42 0 5C 47 C 15A 56 2F
Octal 340 21 102 0 134 107 14 532 126 57
Binary 11100000 10001 1000010 0 1011100 1000111 1100 101011010 1010110 101111

Color Harmonies of #E01142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01142

Black with #E01142

Text Example


Text Example

White with #E01142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01142; }

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

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

background-color css

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

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

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

border-color css

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

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

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