Html Css Color HEX #E00142 Crimson

📋 copy color: '#E00142'

red 224 ◦ green 1 ◦ blue 66

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

Shades of Crimson #E00142

Tints of Crimson #E00142

RGB

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

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

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

R = 76.98%
G = 0.34%
B = 22.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E00142 (or 0xE00142) is known color: Crimson. HEX triplet: E0, 01 and 42. RGB value is (224,1,66). Sum of RGB (Red+Green+Blue) = 224+1+66=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E00142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00142 is #1FFEBD. Grayscale: #4B4B4B. Windows color (decimal): -2096830 or 4325856. OLE color: 4325856.

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

Color convert

RGB 224 1 66 -
CMYK 0 1.00 0.71 0.12
HSL 342.51º 0.99% 0.44% -
HSV(B) 342.51º 1% 0.88% -
XYZ 31.73 16.26 6.62 -
YUV 75.09 122.88 234.21 -
System Red Green Blue C M Y K H S L
Decimal 224 1 66 0 1.00 0.71 0.12 342.51 0.99 0.44
Hex E0 1 42 0 64 47 C 157 63 2C
Octal 340 1 102 0 144 107 14 527 143 54
Binary 11100000 1 1000010 0 1100100 1000111 1100 101010111 1100011 101100

Color Harmonies of #E00142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00142

Black with #E00142

Text Example


Text Example

White with #E00142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00142; }

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

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

background-color css

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

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

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

border-color css

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

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

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