Html Css Color HEX #E10320 Fire Engine Red

📋 copy color: '#E10320'

red 225 ◦ green 3 ◦ blue 32

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

Shades of Fire Engine Red #E10320

Tints of Fire Engine Red #E10320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 86.54%
G = 1.15%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E10320 (or 0xE10320) is known color: Fire Engine Red. HEX triplet: E1, 03 and 20. RGB value is (225,3,32). Sum of RGB (Red+Green+Blue) = 225+3+32=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E10320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10320 is #1EFCDF. Grayscale: #484848. Windows color (decimal): -2030816 or 2098145. OLE color: 2098145.

HSL color Cylindrical-coordinate representation of color #E10320: hue angle of 352.16º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10320 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 3 32 -
CMYK 0 0.99 0.86 0.12
HSL 352.16º 0.97% 0.45% -
HSV(B) 352.16º 0.99% 0.88% -
XYZ 31.34 16.18 2.84 -
YUV 72.68 105.05 236.64 -
System Red Green Blue C M Y K H S L
Decimal 225 3 32 0 0.99 0.86 0.12 352.16 0.97 0.45
Hex E1 3 20 0 63 56 C 160 61 2D
Octal 341 3 40 0 143 126 14 540 141 55
Binary 11100001 11 100000 0 1100011 1010110 1100 101100000 1100001 101101

Color Harmonies of #E10320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10320

Black with #E10320

Text Example


Text Example

White with #E10320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10320; }

 p { color: rgb(225,3,32); }

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

background-color css

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

 a { background-color: rgb(225,3,32); }

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

border-color css

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

 span { border-color: rgb(225,3,32); }

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