Html Css Color HEX #EC131D Fire Engine Red

📋 copy color: '#EC131D'

red 236 ◦ green 19 ◦ blue 29

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

Shades of Fire Engine Red #EC131D

Tints of Fire Engine Red #EC131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.21%

R = 83.1%
G = 6.69%
B = 10.21%

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

#EC131D (or 0xEC131D) is known color: Fire Engine Red. HEX triplet: EC, 13 and 1D. RGB value is (236,19,29). Sum of RGB (Red+Green+Blue) = 236+19+29=284 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.10% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 236 - color contains mainly: red. Hex color #EC131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC131D is #13ECE2. Grayscale: #555555. Windows color (decimal): -1305827 or 1905644. OLE color: 1905644.

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

Color convert

RGB 236 19 29 -
CMYK 0 0.92 0.88 0.07
HSL 357.24º 0.85% 0.5% -
HSV(B) 357.24º 0.92% 0.93% -
XYZ 35.05 18.39 2.86 -
YUV 85.02 96.39 235.69 -
System Red Green Blue C M Y K H S L
Decimal 236 19 29 0 0.92 0.88 0.07 357.24 0.85 0.5
Hex EC 13 1D 0 5C 58 7 165 55 32
Octal 354 23 35 0 134 130 7 545 125 62
Binary 11101100 10011 11101 0 1011100 1011000 111 101100101 1010101 110010

Color Harmonies of #EC131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC131D

Black with #EC131D

Text Example


Text Example

White with #EC131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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