Html Css Color HEX #EC131A Fire Engine Red

📋 copy color: '#EC131A'

red 236 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #EC131A

Tints of Fire Engine Red #EC131A

RGB

 RED value IS 236 (92.58% from 255) = 83.99%

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

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

R = 83.99%
G = 6.76%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC131A (or 0xEC131A) is known color: Fire Engine Red. HEX triplet: EC, 13 and 1A. RGB value is (236,19,26). Sum of RGB (Red+Green+Blue) = 236+19+26=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC131A is #13ECE5. Grayscale: #545454. Windows color (decimal): -1305830 or 1709036. OLE color: 1709036.

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

Color convert

RGB 236 19 26 -
CMYK 0 0.92 0.89 0.07
HSL 358.06º 0.85% 0.5% -
HSV(B) 358.06º 0.92% 0.93% -
XYZ 35.01 18.37 2.68 -
YUV 84.68 94.89 235.93 -
System Red Green Blue C M Y K H S L
Decimal 236 19 26 0 0.92 0.89 0.07 358.06 0.85 0.5
Hex EC 13 1A 0 5C 59 7 166 55 32
Octal 354 23 32 0 134 131 7 546 125 62
Binary 11101100 10011 11010 0 1011100 1011001 111 101100110 1010101 110010

Color Harmonies of #EC131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC131A

Black with #EC131A

Text Example


Text Example

White with #EC131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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