Html Css Color HEX #E21314 Fire Engine Red

📋 copy color: '#E21314'

red 226 ◦ green 19 ◦ blue 20

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

Shades of Fire Engine Red #E21314

Tints of Fire Engine Red #E21314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

 BLUE value IS 20 (8.2% from 255) = 7.55%

R = 85.28%
G = 7.17%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E21314 (or 0xE21314) is known color: Fire Engine Red. HEX triplet: E2, 13 and 14. RGB value is (226,19,20). Sum of RGB (Red+Green+Blue) = 226+19+20=265 (35% of max value = 765). Red value is 226 (88.67% from 255 or 85.28% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 226 - color contains mainly: red. Hex color #E21314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21314 is #1DECEB. Grayscale: #515151. Windows color (decimal): -1961196 or 1315810. OLE color: 1315810.

HSL color Cylindrical-coordinate representation of color #E21314: hue angle of 359.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21314 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 19 20 -
CMYK 0 0.92 0.91 0.11
HSL 359.71º 0.84% 0.48% -
HSV(B) 359.71º 0.92% 0.89% -
XYZ 31.72 16.69 2.21 -
YUV 81.01 93.58 231.42 -
System Red Green Blue C M Y K H S L
Decimal 226 19 20 0 0.92 0.91 0.11 359.71 0.84 0.48
Hex E2 13 14 0 5C 5B B 168 54 30
Octal 342 23 24 0 134 133 13 550 124 60
Binary 11100010 10011 10100 0 1011100 1011011 1011 101101000 1010100 110000

Color Harmonies of #E21314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21314

Black with #E21314

Text Example


Text Example

White with #E21314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21314; }

 p { color: rgb(226,19,20); }

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

background-color css

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

 a { background-color: rgb(226,19,20); }

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

border-color css

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

 span { border-color: rgb(226,19,20); }

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