Html Css Color HEX #EF0935 Torch Red

📋 copy color: '#EF0935'

red 239 ◦ green 9 ◦ blue 53

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

Shades of Torch Red #EF0935

Tints of Torch Red #EF0935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 79.4%
G = 2.99%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF0935 (or 0xEF0935) is known color: Torch Red. HEX triplet: EF, 09 and 35. RGB value is (239,9,53). Sum of RGB (Red+Green+Blue) = 239+9+53=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0935 is #10F6CA. Grayscale: #525252. Windows color (decimal): -1111755 or 3475951. OLE color: 3475951.

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

Color convert

RGB 239 9 53 -
CMYK 0 0.96 0.78 0.06
HSL 348.52º 0.93% 0.49% -
HSV(B) 348.52º 0.96% 0.94% -
XYZ 36.34 18.8 5.08 -
YUV 82.79 111.2 239.42 -
System Red Green Blue C M Y K H S L
Decimal 239 9 53 0 0.96 0.78 0.06 348.52 0.93 0.49
Hex EF 9 35 0 60 4E 6 15D 5D 31
Octal 357 11 65 0 140 116 6 535 135 61
Binary 11101111 1001 110101 0 1100000 1001110 110 101011101 1011101 110001

Color Harmonies of #EF0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0935

Black with #EF0935

Text Example


Text Example

White with #EF0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0935; }

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

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

background-color css

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

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

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

border-color css

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

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

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