Html Css Color HEX #E70947 Crimson

📋 copy color: '#E70947'

red 231 ◦ green 9 ◦ blue 71

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

Shades of Crimson #E70947

Tints of Crimson #E70947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.83%

R = 74.28%
G = 2.89%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E70947 (or 0xE70947) is known color: Crimson. HEX triplet: E7, 09 and 47. RGB value is (231,9,71). Sum of RGB (Red+Green+Blue) = 231+9+71=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E70947 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70947 is #18F6B8. Grayscale: #525252. Windows color (decimal): -1636025 or 4655591. OLE color: 4655591.

HSL color Cylindrical-coordinate representation of color #E70947: hue angle of 343.24º 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 #E70947 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 9 71 -
CMYK 0 0.96 0.69 0.09
HSL 343.24º 0.93% 0.47% -
HSV(B) 343.24º 0.96% 0.91% -
XYZ 34.19 17.64 7.56 -
YUV 82.45 121.55 233.96 -
System Red Green Blue C M Y K H S L
Decimal 231 9 71 0 0.96 0.69 0.09 343.24 0.93 0.47
Hex E7 9 47 0 60 45 9 157 5C 2F
Octal 347 11 107 0 140 105 11 527 134 57
Binary 11100111 1001 1000111 0 1100000 1000101 1001 101010111 1011100 101111

Color Harmonies of #E70947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70947

Black with #E70947

Text Example


Text Example

White with #E70947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70947; }

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

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

background-color css

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

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

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

border-color css

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

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

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