Html Css Color HEX #E20600 Red

📋 copy color: '#E20600'

red 226 ◦ green 6 ◦ blue 0

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

Shades of Red #E20600

Tints of Red #E20600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.41%
G = 2.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E20600 (or 0xE20600) is known color: Red. HEX triplet: E2, 06 and 00. RGB value is (226,6,0). Sum of RGB (Red+Green+Blue) = 226+6+0=232 (30% of max value = 765). Red value is 226 (88.67% from 255 or 97.41% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 226 - color contains mainly: red. Hex color #E20600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20600 is #1DF9FF. Grayscale: #474747. Windows color (decimal): -1964544 or 1762. OLE color: 1762.

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

Color convert

RGB 226 6 0 -
CMYK 0 0.97 1 0.11
HSL 1.59º 1% 0.44% -
HSV(B) 1.59º 1% 0.89% -
XYZ 31.43 16.3 1.49 -
YUV 71.1 87.89 238.49 -
System Red Green Blue C M Y K H S L
Decimal 226 6 0 0 0.97 1 0.11 1.59 1 0.44
Hex E2 6 0 0 61 64 B 2 64 2C
Octal 342 6 0 0 141 144 13 2 144 54
Binary 11100010 110 0 0 1100001 1100100 1011 10 1100100 101100

Color Harmonies of #E20600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20600

Black with #E20600

Text Example


Text Example

White with #E20600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20600; }

 p { color: rgb(226,6,0); }

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

background-color css

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

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

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

border-color css

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

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

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