Html Css Color HEX #EC131C Fire Engine Red

📋 copy color: '#EC131C'

red 236 ◦ green 19 ◦ blue 28

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

Shades of Fire Engine Red #EC131C

Tints of Fire Engine Red #EC131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.89%

R = 83.39%
G = 6.71%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC131C (or 0xEC131C) is known color: Fire Engine Red. HEX triplet: EC, 13 and 1C. RGB value is (236,19,28). Sum of RGB (Red+Green+Blue) = 236+19+28=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC131C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC131C is #13ECE3. Grayscale: #555555. Windows color (decimal): -1305828 or 1840108. OLE color: 1840108.

HSL color Cylindrical-coordinate representation of color #EC131C: hue angle of 357.51º 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 #EC131C is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 19 28 -
CMYK 0 0.92 0.88 0.07
HSL 357.51º 0.85% 0.5% -
HSV(B) 357.51º 0.92% 0.93% -
XYZ 35.03 18.38 2.8 -
YUV 84.91 95.89 235.77 -
System Red Green Blue C M Y K H S L
Decimal 236 19 28 0 0.92 0.88 0.07 357.51 0.85 0.5
Hex EC 13 1C 0 5C 58 7 166 55 32
Octal 354 23 34 0 134 130 7 546 125 62
Binary 11101100 10011 11100 0 1011100 1011000 111 101100110 1010101 110010

Color Harmonies of #EC131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC131C

Black with #EC131C

Text Example


Text Example

White with #EC131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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