Html Css Color HEX #E20D02 Red

📋 copy color: '#E20D02'

red 226 ◦ green 13 ◦ blue 2

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

Shades of Red #E20D02

Tints of Red #E20D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.39%

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

R = 93.78%
G = 5.39%
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

#E20D02 (or 0xE20D02) is known color: Red. HEX triplet: E2, 0D and 02. RGB value is (226,13,2). Sum of RGB (Red+Green+Blue) = 226+13+2=241 (31% of max value = 765). Red value is 226 (88.67% from 255 or 93.78% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20D02 is #1DF2FD. Grayscale: #4B4B4B. Windows color (decimal): -1962750 or 134626. OLE color: 134626.

HSL color Cylindrical-coordinate representation of color #E20D02: hue angle of 2.95º 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 #E20D02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 13 2 -
CMYK 0 0.94 0.99 0.11
HSL 2.95º 0.98% 0.45% -
HSV(B) 2.95º 0.99% 0.89% -
XYZ 31.52 16.46 1.57 -
YUV 75.43 86.57 235.39 -
System Red Green Blue C M Y K H S L
Decimal 226 13 2 0 0.94 0.99 0.11 2.95 0.98 0.45
Hex E2 D 2 0 5E 63 B 3 62 2D
Octal 342 15 2 0 136 143 13 3 142 55
Binary 11100010 1101 10 0 1011110 1100011 1011 11 1100010 101101

Color Harmonies of #E20D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20D02

Black with #E20D02

Text Example


Text Example

White with #E20D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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