Html Css Color HEX #E11206 Red

📋 copy color: '#E11206'

red 225 ◦ green 18 ◦ blue 6

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

Shades of Red #E11206

Tints of Red #E11206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 90.36%
G = 7.23%
B = 2.41%

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

#E11206 (or 0xE11206) is known color: Red. HEX triplet: E1, 12 and 06. RGB value is (225,18,6). Sum of RGB (Red+Green+Blue) = 225+18+6=249 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.36% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 225 - color contains mainly: red. Hex color #E11206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11206 is #1EEDF9. Grayscale: #4E4E4E. Windows color (decimal): -2027002 or 398049. OLE color: 398049.

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

Color convert

RGB 225 18 6 -
CMYK 0 0.92 0.97 0.12
HSL 3.29º 0.95% 0.45% -
HSV(B) 3.29º 0.97% 0.88% -
XYZ 31.3 16.45 1.7 -
YUV 78.53 87.08 232.48 -
System Red Green Blue C M Y K H S L
Decimal 225 18 6 0 0.92 0.97 0.12 3.29 0.95 0.45
Hex E1 12 6 0 5C 61 C 3 5F 2D
Octal 341 22 6 0 134 141 14 3 137 55
Binary 11100001 10010 110 0 1011100 1100001 1100 11 1011111 101101

Color Harmonies of #E11206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11206

Black with #E11206

Text Example


Text Example

White with #E11206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11206; }

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

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

background-color css

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

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

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

border-color css

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

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

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