Html Css Color HEX #E70141 Crimson

📋 copy color: '#E70141'

red 231 ◦ green 1 ◦ blue 65

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

Shades of Crimson #E70141

Tints of Crimson #E70141

RGB

 RED value IS 231 (90.63% from 255) = 77.78%

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

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 77.78%
G = 0.34%
B = 21.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E70141 (or 0xE70141) is known color: Crimson. HEX triplet: E7, 01 and 41. RGB value is (231,1,65). Sum of RGB (Red+Green+Blue) = 231+1+65=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E70141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70141 is #18FEBE. Grayscale: #4D4D4D. Windows color (decimal): -1638079 or 4260327. OLE color: 4260327.

HSL color Cylindrical-coordinate representation of color #E70141: hue angle of 343.3º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70141 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 65 -
CMYK 0 1.00 0.72 0.09
HSL 343.3º 0.99% 0.45% -
HSV(B) 343.3º 1% 0.91% -
XYZ 33.92 17.39 6.57 -
YUV 77.07 121.2 237.8 -
System Red Green Blue C M Y K H S L
Decimal 231 1 65 0 1.00 0.72 0.09 343.3 0.99 0.45
Hex E7 1 41 0 64 48 9 157 63 2D
Octal 347 1 101 0 144 110 11 527 143 55
Binary 11100111 1 1000001 0 1100100 1001000 1001 101010111 1100011 101101

Color Harmonies of #E70141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70141

Black with #E70141

Text Example


Text Example

White with #E70141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70141; }

 p { color: rgb(231,1,65); }

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

background-color css

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

 a { background-color: rgb(231,1,65); }

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

border-color css

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

 span { border-color: rgb(231,1,65); }

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