Html Css Color HEX #EF041C Torch Red

📋 copy color: '#EF041C'

red 239 ◦ green 4 ◦ blue 28

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

Shades of Torch Red #EF041C

Tints of Torch Red #EF041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 88.19%
G = 1.48%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF041C (or 0xEF041C) is known color: Torch Red. HEX triplet: EF, 04 and 1C. RGB value is (239,4,28). Sum of RGB (Red+Green+Blue) = 239+4+28=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF041C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF041C is #10FBE3. Grayscale: #4D4D4D. Windows color (decimal): -1113060 or 1836271. OLE color: 1836271.

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

Color convert

RGB 239 4 28 -
CMYK 0 0.98 0.88 0.06
HSL 353.87º 0.97% 0.48% -
HSV(B) 353.87º 0.98% 0.94% -
XYZ 35.85 18.52 2.78 -
YUV 77 100.36 243.55 -
System Red Green Blue C M Y K H S L
Decimal 239 4 28 0 0.98 0.88 0.06 353.87 0.97 0.48
Hex EF 4 1C 0 62 58 6 162 61 30
Octal 357 4 34 0 142 130 6 542 141 60
Binary 11101111 100 11100 0 1100010 1011000 110 101100010 1100001 110000

Color Harmonies of #EF041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF041C

Black with #EF041C

Text Example


Text Example

White with #EF041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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