Html Css Color HEX #E20C01 Red

📋 copy color: '#E20C01'

red 226 ◦ green 12 ◦ blue 1

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

Shades of Red #E20C01

Tints of Red #E20C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.02%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 94.56%
G = 5.02%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E20C01 (or 0xE20C01) is known color: Red. HEX triplet: E2, 0C and 01. RGB value is (226,12,1). Sum of RGB (Red+Green+Blue) = 226+12+1=239 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.56% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20C01 is #1DF3FE. Grayscale: #4A4A4A. Windows color (decimal): -1963007 or 68834. OLE color: 68834.

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

Color convert

RGB 226 12 1 -
CMYK 0 0.95 1.00 0.11
HSL 2.93º 0.99% 0.45% -
HSV(B) 2.93º 1% 0.89% -
XYZ 31.5 16.43 1.54 -
YUV 74.73 86.4 235.89 -
System Red Green Blue C M Y K H S L
Decimal 226 12 1 0 0.95 1.00 0.11 2.93 0.99 0.45
Hex E2 C 1 0 5F 64 B 3 63 2D
Octal 342 14 1 0 137 144 13 3 143 55
Binary 11100010 1100 1 0 1011111 1100100 1011 11 1100011 101101

Color Harmonies of #E20C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20C01

Black with #E20C01

Text Example


Text Example

White with #E20C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20C01; }

 p { color: rgb(226,12,1); }

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

background-color css

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

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

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

border-color css

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

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

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