Html Css Color HEX #E10742 Crimson

📋 copy color: '#E10742'

red 225 ◦ green 7 ◦ blue 66

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

Shades of Crimson #E10742

Tints of Crimson #E10742

RGB

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

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

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

R = 75.5%
G = 2.35%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E10742 (or 0xE10742) is known color: Crimson. HEX triplet: E1, 07 and 42. RGB value is (225,7,66). Sum of RGB (Red+Green+Blue) = 225+7+66=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E10742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10742 is #1EF8BD. Grayscale: #4E4E4E. Windows color (decimal): -2029758 or 4327393. OLE color: 4327393.

HSL color Cylindrical-coordinate representation of color #E10742: hue angle of 343.76º 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 #E10742 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 7 66 -
CMYK 0 0.97 0.71 0.12
HSL 343.76º 0.94% 0.45% -
HSV(B) 343.76º 0.97% 0.88% -
XYZ 32.11 16.55 6.66 -
YUV 78.91 120.72 232.2 -
System Red Green Blue C M Y K H S L
Decimal 225 7 66 0 0.97 0.71 0.12 343.76 0.94 0.45
Hex E1 7 42 0 61 47 C 158 5E 2D
Octal 341 7 102 0 141 107 14 530 136 55
Binary 11100001 111 1000010 0 1100001 1000111 1100 101011000 1011110 101101

Color Harmonies of #E10742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10742

Black with #E10742

Text Example


Text Example

White with #E10742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10742; }

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

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

background-color css

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

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

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

border-color css

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

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

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