Html Css Color HEX #E70741 Crimson

📋 copy color: '#E70741'

red 231 ◦ green 7 ◦ blue 65

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

Shades of Crimson #E70741

Tints of Crimson #E70741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.31%

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

R = 76.24%
G = 2.31%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E70741 (or 0xE70741) is known color: Crimson. HEX triplet: E7, 07 and 41. RGB value is (231,7,65). Sum of RGB (Red+Green+Blue) = 231+7+65=303 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.24% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 231 - color contains mainly: red. Hex color #E70741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70741 is #18F8BE. Grayscale: #505050. Windows color (decimal): -1636543 or 4261863. OLE color: 4261863.

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

Color convert

RGB 231 7 65 -
CMYK 0 0.97 0.72 0.09
HSL 344.46º 0.94% 0.47% -
HSV(B) 344.46º 0.97% 0.91% -
XYZ 33.99 17.52 6.59 -
YUV 80.59 119.21 235.28 -
System Red Green Blue C M Y K H S L
Decimal 231 7 65 0 0.97 0.72 0.09 344.46 0.94 0.47
Hex E7 7 41 0 61 48 9 158 5E 2F
Octal 347 7 101 0 141 110 11 530 136 57
Binary 11100111 111 1000001 0 1100001 1001000 1001 101011000 1011110 101111

Color Harmonies of #E70741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70741

Black with #E70741

Text Example


Text Example

White with #E70741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70741; }

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

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

background-color css

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

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

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

border-color css

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

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

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