Html Css Color HEX #E11207 Red

📋 copy color: '#E11207'

red 225 ◦ green 18 ◦ blue 7

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

Shades of Red #E11207

Tints of Red #E11207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

 BLUE value IS 7 (3.13% from 255) = 2.8%

R = 90%
G = 7.2%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E11207 (or 0xE11207) is known color: Red. HEX triplet: E1, 12 and 07. RGB value is (225,18,7). Sum of RGB (Red+Green+Blue) = 225+18+7=250 (33% of max value = 765). Red value is 225 (88.28% from 255 or 90% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 225 - color contains mainly: red. Hex color #E11207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11207 is #1EEDF8. Grayscale: #4E4E4E. Windows color (decimal): -2027001 or 463585. OLE color: 463585.

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

Color convert

RGB 225 18 7 -
CMYK 0 0.92 0.97 0.12
HSL 3.03º 0.94% 0.45% -
HSV(B) 3.03º 0.97% 0.88% -
XYZ 31.31 16.46 1.73 -
YUV 78.64 87.58 232.39 -
System Red Green Blue C M Y K H S L
Decimal 225 18 7 0 0.92 0.97 0.12 3.03 0.94 0.45
Hex E1 12 7 0 5C 61 C 3 5E 2D
Octal 341 22 7 0 134 141 14 3 136 55
Binary 11100001 10010 111 0 1011100 1100001 1100 11 1011110 101101

Color Harmonies of #E11207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11207

Black with #E11207

Text Example


Text Example

White with #E11207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11207; }

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

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

background-color css

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

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

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

border-color css

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

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

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