Html Css Color HEX #E20D04 Red

📋 copy color: '#E20D04'

red 226 ◦ green 13 ◦ blue 4

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

Shades of Red #E20D04

Tints of Red #E20D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 93%
G = 5.35%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E20D04 (or 0xE20D04) is known color: Red. HEX triplet: E2, 0D and 04. RGB value is (226,13,4). Sum of RGB (Red+Green+Blue) = 226+13+4=243 (32% of max value = 765). Red value is 226 (88.67% from 255 or 93.00% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20D04 is #1DF2FB. Grayscale: #4B4B4B. Windows color (decimal): -1962748 or 265698. OLE color: 265698.

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

Color convert

RGB 226 13 4 -
CMYK 0 0.94 0.98 0.11
HSL 2.43º 0.97% 0.45% -
HSV(B) 2.43º 0.98% 0.89% -
XYZ 31.53 16.47 1.63 -
YUV 75.66 87.57 235.23 -
System Red Green Blue C M Y K H S L
Decimal 226 13 4 0 0.94 0.98 0.11 2.43 0.97 0.45
Hex E2 D 4 0 5E 62 B 2 61 2D
Octal 342 15 4 0 136 142 13 2 141 55
Binary 11100010 1101 100 0 1011110 1100010 1011 10 1100001 101101

Color Harmonies of #E20D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20D04

Black with #E20D04

Text Example


Text Example

White with #E20D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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