Html Css Color HEX #E10023 Fire Engine Red

📋 copy color: '#E10023'

red 225 ◦ green 0 ◦ blue 35

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

Shades of Fire Engine Red #E10023

Tints of Fire Engine Red #E10023

RGB

 RED value IS 225 (88.28% from 255) = 86.54%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 86.54%
G = 0%
B = 13.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E10023 (or 0xE10023) is known color: Fire Engine Red. HEX triplet: E1, 00 and 23. RGB value is (225,0,35). Sum of RGB (Red+Green+Blue) = 225+0+35=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E10023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10023 is #1EFFDC. Grayscale: #474747. Windows color (decimal): -2031581 or 2293985. OLE color: 2293985.

HSL color Cylindrical-coordinate representation of color #E10023: hue angle of 350.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10023 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 35 -
CMYK 0 1 0.84 0.12
HSL 350.67º 1% 0.44% -
HSV(B) 350.67º 1% 0.88% -
XYZ 31.35 16.13 3.05 -
YUV 71.27 107.54 237.65 -
System Red Green Blue C M Y K H S L
Decimal 225 0 35 0 1 0.84 0.12 350.67 1 0.44
Hex E1 0 23 0 64 54 C 15F 64 2C
Octal 341 0 43 0 144 124 14 537 144 54
Binary 11100001 0 100011 0 1100100 1010100 1100 101011111 1100100 101100

Color Harmonies of #E10023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10023

Black with #E10023

Text Example


Text Example

White with #E10023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10023; }

 p { color: rgb(225,0,35); }

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

background-color css

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

 a { background-color: rgb(225,0,35); }

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

border-color css

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

 span { border-color: rgb(225,0,35); }

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