Html Css Color HEX #EF0920 Torch Red

📋 copy color: '#EF0920'

red 239 ◦ green 9 ◦ blue 32

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

Shades of Torch Red #EF0920

Tints of Torch Red #EF0920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 85.36%
G = 3.21%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF0920 (or 0xEF0920) is known color: Torch Red. HEX triplet: EF, 09 and 20. RGB value is (239,9,32). Sum of RGB (Red+Green+Blue) = 239+9+32=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0920 is #10F6DF. Grayscale: #505050. Windows color (decimal): -1111776 or 2099695. OLE color: 2099695.

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

Color convert

RGB 239 9 32 -
CMYK 0 0.96 0.87 0.06
HSL 354º 0.93% 0.49% -
HSV(B) 354º 0.96% 0.94% -
XYZ 35.96 18.65 3.07 -
YUV 80.39 100.7 241.13 -
System Red Green Blue C M Y K H S L
Decimal 239 9 32 0 0.96 0.87 0.06 354 0.93 0.49
Hex EF 9 20 0 60 57 6 162 5D 31
Octal 357 11 40 0 140 127 6 542 135 61
Binary 11101111 1001 100000 0 1100000 1010111 110 101100010 1011101 110001

Color Harmonies of #EF0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0920

Black with #EF0920

Text Example


Text Example

White with #EF0920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0920; }

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

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

background-color css

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

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

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

border-color css

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

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

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