Html Css Color HEX #EB131A Fire Engine Red

📋 copy color: '#EB131A'

red 235 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #EB131A

Tints of Fire Engine Red #EB131A

RGB

 RED value IS 235 (92.19% from 255) = 83.93%

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

 BLUE value IS 26 (10.55% from 255) = 9.29%

R = 83.93%
G = 6.79%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB131A (or 0xEB131A) is known color: Fire Engine Red. HEX triplet: EB, 13 and 1A. RGB value is (235,19,26). Sum of RGB (Red+Green+Blue) = 235+19+26=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB131A is #14ECE5. Grayscale: #545454. Windows color (decimal): -1371366 or 1709035. OLE color: 1709035.

HSL color Cylindrical-coordinate representation of color #EB131A: hue angle of 358.06º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB131A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 26 -
CMYK 0 0.92 0.89 0.08
HSL 358.06º 0.85% 0.5% -
HSV(B) 358.06º 0.92% 0.92% -
XYZ 34.68 18.2 2.66 -
YUV 84.38 95.06 235.43 -
System Red Green Blue C M Y K H S L
Decimal 235 19 26 0 0.92 0.89 0.08 358.06 0.85 0.5
Hex EB 13 1A 0 5C 59 8 166 55 32
Octal 353 23 32 0 134 131 10 546 125 62
Binary 11101011 10011 11010 0 1011100 1011001 1000 101100110 1010101 110010

Color Harmonies of #EB131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB131A

Black with #EB131A

Text Example


Text Example

White with #EB131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB131A; }

 p { color: rgb(235,19,26); }

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

background-color css

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

 a { background-color: rgb(235,19,26); }

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

border-color css

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

 span { border-color: rgb(235,19,26); }

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