Html Css Color HEX #E10727 Crimson

📋 copy color: '#E10727'

red 225 ◦ green 7 ◦ blue 39

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

Shades of Crimson #E10727

Tints of Crimson #E10727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.39%

R = 83.03%
G = 2.58%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E10727 (or 0xE10727) is known color: Crimson. HEX triplet: E1, 07 and 27. RGB value is (225,7,39). Sum of RGB (Red+Green+Blue) = 225+7+39=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E10727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10727 is #1EF8D8. Grayscale: #4B4B4B. Windows color (decimal): -2029785 or 2557921. OLE color: 2557921.

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

Color convert

RGB 225 7 39 -
CMYK 0 0.97 0.83 0.12
HSL 351.19º 0.94% 0.45% -
HSV(B) 351.19º 0.97% 0.88% -
XYZ 31.49 16.31 3.41 -
YUV 75.83 107.22 234.4 -
System Red Green Blue C M Y K H S L
Decimal 225 7 39 0 0.97 0.83 0.12 351.19 0.94 0.45
Hex E1 7 27 0 61 53 C 15F 5E 2D
Octal 341 7 47 0 141 123 14 537 136 55
Binary 11100001 111 100111 0 1100001 1010011 1100 101011111 1011110 101101

Color Harmonies of #E10727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10727

Black with #E10727

Text Example


Text Example

White with #E10727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10727; }

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

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

background-color css

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

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

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

border-color css

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

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

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