Html Css Color HEX #E71042 Crimson

📋 copy color: '#E71042'

red 231 ◦ green 16 ◦ blue 66

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

Shades of Crimson #E71042

Tints of Crimson #E71042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

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

R = 73.8%
G = 5.11%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E71042 (or 0xE71042) is known color: Crimson. HEX triplet: E7, 10 and 42. RGB value is (231,16,66). Sum of RGB (Red+Green+Blue) = 231+16+66=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E71042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71042 is #18EFBD. Grayscale: #565656. Windows color (decimal): -1634238 or 4329703. OLE color: 4329703.

HSL color Cylindrical-coordinate representation of color #E71042: hue angle of 346.05º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71042 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 16 66 -
CMYK 0 0.93 0.71 0.09
HSL 346.05º 0.87% 0.48% -
HSV(B) 346.05º 0.93% 0.91% -
XYZ 34.12 17.75 6.78 -
YUV 85.99 116.73 231.43 -
System Red Green Blue C M Y K H S L
Decimal 231 16 66 0 0.93 0.71 0.09 346.05 0.87 0.48
Hex E7 10 42 0 5D 47 9 15A 57 30
Octal 347 20 102 0 135 107 11 532 127 60
Binary 11100111 10000 1000010 0 1011101 1000111 1001 101011010 1010111 110000

Color Harmonies of #E71042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71042

Black with #E71042

Text Example


Text Example

White with #E71042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71042; }

 p { color: rgb(231,16,66); }

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

background-color css

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

 a { background-color: rgb(231,16,66); }

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

border-color css

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

 span { border-color: rgb(231,16,66); }

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