Html Css Color HEX #E80F1B Fire Engine Red

📋 copy color: '#E80F1B'

red 232 ◦ green 15 ◦ blue 27

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

Shades of Fire Engine Red #E80F1B

Tints of Fire Engine Red #E80F1B

RGB

 RED value IS 232 (91.02% from 255) = 84.67%

 GREEN value IS 15 (6.25% from 255) = 5.47%

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 84.67%
G = 5.47%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E80F1B (or 0xE80F1B) is known color: Fire Engine Red. HEX triplet: E8, 0F and 1B. RGB value is (232,15,27). Sum of RGB (Red+Green+Blue) = 232+15+27=274 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.67% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80F1B is #17F0E4. Grayscale: #515151. Windows color (decimal): -1568997 or 1773544. OLE color: 1773544.

HSL color Cylindrical-coordinate representation of color #E80F1B: hue angle of 356.68º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F1B is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 15 27 -
CMYK 0 0.94 0.88 0.09
HSL 356.68º 0.88% 0.48% -
HSV(B) 356.68º 0.94% 0.91% -
XYZ 33.65 17.58 2.66 -
YUV 81.25 97.39 235.52 -
System Red Green Blue C M Y K H S L
Decimal 232 15 27 0 0.94 0.88 0.09 356.68 0.88 0.48
Hex E8 F 1B 0 5E 58 9 165 58 30
Octal 350 17 33 0 136 130 11 545 130 60
Binary 11101000 1111 11011 0 1011110 1011000 1001 101100101 1011000 110000

Color Harmonies of #E80F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F1B

Black with #E80F1B

Text Example


Text Example

White with #E80F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F1B; }

 p { color: rgb(232,15,27); }

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

background-color css

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

 a { background-color: rgb(232,15,27); }

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

border-color css

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

 span { border-color: rgb(232,15,27); }

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