Html Css Color HEX #EC1619 Fire Engine Red

📋 copy color: '#EC1619'

red 236 ◦ green 22 ◦ blue 25

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

Shades of Fire Engine Red #EC1619

Tints of Fire Engine Red #EC1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.77%

 BLUE value IS 25 (10.16% from 255) = 8.83%

R = 83.39%
G = 7.77%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC1619 (or 0xEC1619) is known color: Fire Engine Red. HEX triplet: EC, 16 and 19. RGB value is (236,22,25). Sum of RGB (Red+Green+Blue) = 236+22+25=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1619 is #13E9E6. Grayscale: #565656. Windows color (decimal): -1305063 or 1644268. OLE color: 1644268.

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

Color convert

RGB 236 22 25 -
CMYK 0 0.91 0.89 0.07
HSL 359.16º 0.85% 0.51% -
HSV(B) 359.16º 0.91% 0.93% -
XYZ 35.05 18.48 2.64 -
YUV 86.33 93.4 234.76 -
System Red Green Blue C M Y K H S L
Decimal 236 22 25 0 0.91 0.89 0.07 359.16 0.85 0.51
Hex EC 16 19 0 5B 59 7 167 55 33
Octal 354 26 31 0 133 131 7 547 125 63
Binary 11101100 10110 11001 0 1011011 1011001 111 101100111 1010101 110011

Color Harmonies of #EC1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1619

Black with #EC1619

Text Example


Text Example

White with #EC1619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1619; }

 p { color: rgb(236,22,25); }

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

background-color css

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

 a { background-color: rgb(236,22,25); }

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

border-color css

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

 span { border-color: rgb(236,22,25); }

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