Html Css Color HEX #E70942 Crimson

📋 copy color: '#E70942'

red 231 ◦ green 9 ◦ blue 66

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

Shades of Crimson #E70942

Tints of Crimson #E70942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.94%

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

R = 75.49%
G = 2.94%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E70942 (or 0xE70942) is known color: Crimson. HEX triplet: E7, 09 and 42. RGB value is (231,9,66). Sum of RGB (Red+Green+Blue) = 231+9+66=306 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.49% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 231 - color contains mainly: red. Hex color #E70942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70942 is #18F6BD. Grayscale: #515151. Windows color (decimal): -1636030 or 4327911. OLE color: 4327911.

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

Color convert

RGB 231 9 66 -
CMYK 0 0.96 0.71 0.09
HSL 344.59º 0.93% 0.47% -
HSV(B) 344.59º 0.96% 0.91% -
XYZ 34.04 17.58 6.75 -
YUV 81.88 119.05 234.37 -
System Red Green Blue C M Y K H S L
Decimal 231 9 66 0 0.96 0.71 0.09 344.59 0.93 0.47
Hex E7 9 42 0 60 47 9 159 5C 2F
Octal 347 11 102 0 140 107 11 531 134 57
Binary 11100111 1001 1000010 0 1100000 1000111 1001 101011001 1011100 101111

Color Harmonies of #E70942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70942

Black with #E70942

Text Example


Text Example

White with #E70942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70942; }

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

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

background-color css

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

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

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

border-color css

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

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

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