Html Css Color HEX #E10729 Crimson

📋 copy color: '#E10729'

red 225 ◦ green 7 ◦ blue 41

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

Shades of Crimson #E10729

Tints of Crimson #E10729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 82.42%
G = 2.56%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E10729 (or 0xE10729) is known color: Crimson. HEX triplet: E1, 07 and 29. RGB value is (225,7,41). Sum of RGB (Red+Green+Blue) = 225+7+41=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E10729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10729 is #1EF8D6. Grayscale: #4C4C4C. Windows color (decimal): -2029783 or 2688993. OLE color: 2688993.

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

Color convert

RGB 225 7 41 -
CMYK 0 0.97 0.82 0.12
HSL 350.64º 0.94% 0.45% -
HSV(B) 350.64º 0.97% 0.88% -
XYZ 31.53 16.32 3.59 -
YUV 76.06 108.22 234.24 -
System Red Green Blue C M Y K H S L
Decimal 225 7 41 0 0.97 0.82 0.12 350.64 0.94 0.45
Hex E1 7 29 0 61 52 C 15F 5E 2D
Octal 341 7 51 0 141 122 14 537 136 55
Binary 11100001 111 101001 0 1100001 1010010 1100 101011111 1011110 101101

Color Harmonies of #E10729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10729

Black with #E10729

Text Example


Text Example

White with #E10729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10729; }

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

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

background-color css

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

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

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

border-color css

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

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

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