Html Css Color HEX #E20D1D Fire Engine Red

📋 copy color: '#E20D1D'

red 226 ◦ green 13 ◦ blue 29

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

Shades of Fire Engine Red #E20D1D

Tints of Fire Engine Red #E20D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.82%

R = 84.33%
G = 4.85%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E20D1D (or 0xE20D1D) is known color: Fire Engine Red. HEX triplet: E2, 0D and 1D. RGB value is (226,13,29). Sum of RGB (Red+Green+Blue) = 226+13+29=268 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.33% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 226 - color contains mainly: red. Hex color #E20D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20D1D is #1DF2E2. Grayscale: #4E4E4E. Windows color (decimal): -1962723 or 1904098. OLE color: 1904098.

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

Color convert

RGB 226 13 29 -
CMYK 0 0.94 0.87 0.11
HSL 355.49º 0.89% 0.47% -
HSV(B) 355.49º 0.94% 0.89% -
XYZ 31.73 16.55 2.68 -
YUV 78.51 100.07 233.2 -
System Red Green Blue C M Y K H S L
Decimal 226 13 29 0 0.94 0.87 0.11 355.49 0.89 0.47
Hex E2 D 1D 0 5E 57 B 163 59 2F
Octal 342 15 35 0 136 127 13 543 131 57
Binary 11100010 1101 11101 0 1011110 1010111 1011 101100011 1011001 101111

Color Harmonies of #E20D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20D1D

Black with #E20D1D

Text Example


Text Example

White with #E20D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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