Html Css Color HEX #E20707 Red

📋 copy color: '#E20707'

red 226 ◦ green 7 ◦ blue 7

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

Shades of Red #E20707

Tints of Red #E20707

RGB

 RED value IS 226 (88.67% from 255) = 94.17%

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

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

R = 94.17%
G = 2.92%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E20707 (or 0xE20707) is known color: Red. HEX triplet: E2, 07 and 07. RGB value is (226,7,7). Sum of RGB (Red+Green+Blue) = 226+7+7=240 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.17% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 226 - color contains mainly: red. Hex color #E20707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20707 is #1DF8F8. Grayscale: #484848. Windows color (decimal): -1964281 or 460770. OLE color: 460770.

HSL color Cylindrical-coordinate representation of color #E20707: hue angle of 0º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20707 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 7 7 -
CMYK 0 0.97 0.97 0.11
HSL 0.94% 0.46% -
HSV(B) 0.97% 0.89% -
XYZ 31.48 16.34 1.7 -
YUV 72.48 91.05 237.5 -
System Red Green Blue C M Y K H S L
Decimal 226 7 7 0 0.97 0.97 0.11 0 0.94 0.46
Hex E2 7 7 0 61 61 B 0 5E 2E
Octal 342 7 7 0 141 141 13 0 136 56
Binary 11100010 111 111 0 1100001 1100001 1011 0 1011110 101110

Color Harmonies of #E20707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20707

Black with #E20707

Text Example


Text Example

White with #E20707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20707; }

 p { color: rgb(226,7,7); }

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

background-color css

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

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

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

border-color css

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

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

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