Html Css Color HEX #E10740 Crimson

📋 copy color: '#E10740'

red 225 ◦ green 7 ◦ blue 64

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

Shades of Crimson #E10740

Tints of Crimson #E10740

RGB

 RED value IS 225 (88.28% from 255) = 76.01%

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

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 76.01%
G = 2.36%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E10740 (or 0xE10740) is known color: Crimson. HEX triplet: E1, 07 and 40. RGB value is (225,7,64). Sum of RGB (Red+Green+Blue) = 225+7+64=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E10740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10740 is #1EF8BF. Grayscale: #4E4E4E. Windows color (decimal): -2029760 or 4196321. OLE color: 4196321.

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

Color convert

RGB 225 7 64 -
CMYK 0 0.97 0.72 0.12
HSL 344.31º 0.94% 0.45% -
HSV(B) 344.31º 0.97% 0.88% -
XYZ 32.05 16.53 6.35 -
YUV 78.68 119.72 232.37 -
System Red Green Blue C M Y K H S L
Decimal 225 7 64 0 0.97 0.72 0.12 344.31 0.94 0.45
Hex E1 7 40 0 61 48 C 158 5E 2D
Octal 341 7 100 0 141 110 14 530 136 55
Binary 11100001 111 1000000 0 1100001 1001000 1100 101011000 1011110 101101

Color Harmonies of #E10740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10740

Black with #E10740

Text Example


Text Example

White with #E10740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10740; }

 p { color: rgb(225,7,64); }

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

background-color css

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

 a { background-color: rgb(225,7,64); }

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

border-color css

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

 span { border-color: rgb(225,7,64); }

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