Html Css Color HEX #EF0924 Torch Red

📋 copy color: '#EF0924'

red 239 ◦ green 9 ◦ blue 36

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

Shades of Torch Red #EF0924

Tints of Torch Red #EF0924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.68%

R = 84.15%
G = 3.17%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF0924 (or 0xEF0924) is known color: Torch Red. HEX triplet: EF, 09 and 24. RGB value is (239,9,36). Sum of RGB (Red+Green+Blue) = 239+9+36=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0924 is #10F6DB. Grayscale: #505050. Windows color (decimal): -1111772 or 2361839. OLE color: 2361839.

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

Color convert

RGB 239 9 36 -
CMYK 0 0.96 0.85 0.06
HSL 352.96º 0.93% 0.49% -
HSV(B) 352.96º 0.96% 0.94% -
XYZ 36.01 18.67 3.38 -
YUV 80.85 102.7 240.8 -
System Red Green Blue C M Y K H S L
Decimal 239 9 36 0 0.96 0.85 0.06 352.96 0.93 0.49
Hex EF 9 24 0 60 55 6 161 5D 31
Octal 357 11 44 0 140 125 6 541 135 61
Binary 11101111 1001 100100 0 1100000 1010101 110 101100001 1011101 110001

Color Harmonies of #EF0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0924

Black with #EF0924

Text Example


Text Example

White with #EF0924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0924; }

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

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

background-color css

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

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

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

border-color css

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

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

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