Html Css Color HEX #E20E02 Red

📋 copy color: '#E20E02'

red 226 ◦ green 14 ◦ blue 2

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

Shades of Red #E20E02

Tints of Red #E20E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.79%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 93.39%
G = 5.79%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E20E02 (or 0xE20E02) is known color: Red. HEX triplet: E2, 0E and 02. RGB value is (226,14,2). Sum of RGB (Red+Green+Blue) = 226+14+2=242 (32% of max value = 765). Red value is 226 (88.67% from 255 or 93.39% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20E02 is #1DF1FD. Grayscale: #4C4C4C. Windows color (decimal): -1962494 or 134882. OLE color: 134882.

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

Color convert

RGB 226 14 2 -
CMYK 0 0.94 0.99 0.11
HSL 3.21º 0.98% 0.45% -
HSV(B) 3.21º 0.99% 0.89% -
XYZ 31.53 16.49 1.58 -
YUV 76.02 86.24 234.98 -
System Red Green Blue C M Y K H S L
Decimal 226 14 2 0 0.94 0.99 0.11 3.21 0.98 0.45
Hex E2 E 2 0 5E 63 B 3 62 2D
Octal 342 16 2 0 136 143 13 3 142 55
Binary 11100010 1110 10 0 1011110 1100011 1011 11 1100010 101101

Color Harmonies of #E20E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20E02

Black with #E20E02

Text Example


Text Example

White with #E20E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20E02; }

 p { color: rgb(226,14,2); }

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

background-color css

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

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

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

border-color css

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

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

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