Html Css Color HEX #EF091B Torch Red

📋 copy color: '#EF091B'

red 239 ◦ green 9 ◦ blue 27

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

Shades of Torch Red #EF091B

Tints of Torch Red #EF091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.82%

R = 86.91%
G = 3.27%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF091B (or 0xEF091B) is known color: Torch Red. HEX triplet: EF, 09 and 1B. RGB value is (239,9,27). Sum of RGB (Red+Green+Blue) = 239+9+27=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF091B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF091B is #10F6E4. Grayscale: #4F4F4F. Windows color (decimal): -1111781 or 1772015. OLE color: 1772015.

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

Color convert

RGB 239 9 27 -
CMYK 0 0.96 0.89 0.06
HSL 355.3º 0.93% 0.49% -
HSV(B) 355.3º 0.96% 0.94% -
XYZ 35.89 18.63 2.74 -
YUV 79.82 98.2 241.54 -
System Red Green Blue C M Y K H S L
Decimal 239 9 27 0 0.96 0.89 0.06 355.3 0.93 0.49
Hex EF 9 1B 0 60 59 6 163 5D 31
Octal 357 11 33 0 140 131 6 543 135 61
Binary 11101111 1001 11011 0 1100000 1011001 110 101100011 1011101 110001

Color Harmonies of #EF091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF091B

Black with #EF091B

Text Example


Text Example

White with #EF091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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