Html Css Color HEX #EF0414 Torch Red

📋 copy color: '#EF0414'

red 239 ◦ green 4 ◦ blue 20

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

Shades of Torch Red #EF0414

Tints of Torch Red #EF0414

RGB

 RED value IS 239 (93.75% from 255) = 90.87%

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 90.87%
G = 1.52%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF0414 (or 0xEF0414) is known color: Torch Red. HEX triplet: EF, 04 and 14. RGB value is (239,4,20). Sum of RGB (Red+Green+Blue) = 239+4+20=263 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.87% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0414 is #10FBEB. Grayscale: #4C4C4C. Windows color (decimal): -1113068 or 1311983. OLE color: 1311983.

HSL color Cylindrical-coordinate representation of color #EF0414: hue angle of 355.91º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0414 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 4 20 -
CMYK 0 0.98 0.92 0.06
HSL 355.91º 0.97% 0.48% -
HSV(B) 355.91º 0.98% 0.94% -
XYZ 35.77 18.49 2.35 -
YUV 76.09 96.36 244.2 -
System Red Green Blue C M Y K H S L
Decimal 239 4 20 0 0.98 0.92 0.06 355.91 0.97 0.48
Hex EF 4 14 0 62 5C 6 164 61 30
Octal 357 4 24 0 142 134 6 544 141 60
Binary 11101111 100 10100 0 1100010 1011100 110 101100100 1100001 110000

Color Harmonies of #EF0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0414

Black with #EF0414

Text Example


Text Example

White with #EF0414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0414; }

 p { color: rgb(239,4,20); }

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

background-color css

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

 a { background-color: rgb(239,4,20); }

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

border-color css

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

 span { border-color: rgb(239,4,20); }

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