Html Css Color HEX #EF091C Torch Red

📋 copy color: '#EF091C'

red 239 ◦ green 9 ◦ blue 28

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

Shades of Torch Red #EF091C

Tints of Torch Red #EF091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

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

R = 86.59%
G = 3.26%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF091C (or 0xEF091C) is known color: Torch Red. HEX triplet: EF, 09 and 1C. RGB value is (239,9,28). Sum of RGB (Red+Green+Blue) = 239+9+28=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF091C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF091C is #10F6E3. Grayscale: #505050. Windows color (decimal): -1111780 or 1837551. OLE color: 1837551.

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

Color convert

RGB 239 9 28 -
CMYK 0 0.96 0.88 0.06
HSL 355.04º 0.93% 0.49% -
HSV(B) 355.04º 0.96% 0.94% -
XYZ 35.9 18.63 2.8 -
YUV 79.94 98.7 241.46 -
System Red Green Blue C M Y K H S L
Decimal 239 9 28 0 0.96 0.88 0.06 355.04 0.93 0.49
Hex EF 9 1C 0 60 58 6 163 5D 31
Octal 357 11 34 0 140 130 6 543 135 61
Binary 11101111 1001 11100 0 1100000 1011000 110 101100011 1011101 110001

Color Harmonies of #EF091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF091C

Black with #EF091C

Text Example


Text Example

White with #EF091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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