Html Css Color HEX #EC0D16 Fire Engine Red

📋 copy color: '#EC0D16'

red 236 ◦ green 13 ◦ blue 22

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

Shades of Fire Engine Red #EC0D16

Tints of Fire Engine Red #EC0D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 87.08%
G = 4.8%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC0D16 (or 0xEC0D16) is known color: Fire Engine Red. HEX triplet: EC, 0D and 16. RGB value is (236,13,22). Sum of RGB (Red+Green+Blue) = 236+13+22=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0D16 is #13F2E9. Grayscale: #505050. Windows color (decimal): -1307370 or 1445356. OLE color: 1445356.

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

Color convert

RGB 236 13 22 -
CMYK 0 0.94 0.91 0.07
HSL 357.58º 0.9% 0.49% -
HSV(B) 357.58º 0.94% 0.93% -
XYZ 34.88 18.18 2.43 -
YUV 80.7 94.88 238.77 -
System Red Green Blue C M Y K H S L
Decimal 236 13 22 0 0.94 0.91 0.07 357.58 0.9 0.49
Hex EC D 16 0 5E 5B 7 166 5A 31
Octal 354 15 26 0 136 133 7 546 132 61
Binary 11101100 1101 10110 0 1011110 1011011 111 101100110 1011010 110001

Color Harmonies of #EC0D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D16

Black with #EC0D16

Text Example


Text Example

White with #EC0D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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