Html Css Color HEX #EF041A Torch Red

📋 copy color: '#EF041A'

red 239 ◦ green 4 ◦ blue 26

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

Shades of Torch Red #EF041A

Tints of Torch Red #EF041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 88.85%
G = 1.49%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF041A (or 0xEF041A) is known color: Torch Red. HEX triplet: EF, 04 and 1A. RGB value is (239,4,26). Sum of RGB (Red+Green+Blue) = 239+4+26=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF041A is #10FBE5. Grayscale: #4C4C4C. Windows color (decimal): -1113062 or 1705199. OLE color: 1705199.

HSL color Cylindrical-coordinate representation of color #EF041A: hue angle of 354.38º 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 #EF041A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 4 26 -
CMYK 0 0.98 0.89 0.06
HSL 354.38º 0.97% 0.48% -
HSV(B) 354.38º 0.98% 0.94% -
XYZ 35.83 18.51 2.66 -
YUV 76.77 99.36 243.71 -
System Red Green Blue C M Y K H S L
Decimal 239 4 26 0 0.98 0.89 0.06 354.38 0.97 0.48
Hex EF 4 1A 0 62 59 6 162 61 30
Octal 357 4 32 0 142 131 6 542 141 60
Binary 11101111 100 11010 0 1100010 1011001 110 101100010 1100001 110000

Color Harmonies of #EF041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF041A

Black with #EF041A

Text Example


Text Example

White with #EF041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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