Html Css Color HEX #EF0717 Torch Red

📋 copy color: '#EF0717'

red 239 ◦ green 7 ◦ blue 23

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

Shades of Torch Red #EF0717

Tints of Torch Red #EF0717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

 BLUE value IS 23 (9.38% from 255) = 8.55%

R = 88.85%
G = 2.6%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF0717 (or 0xEF0717) is known color: Torch Red. HEX triplet: EF, 07 and 17. RGB value is (239,7,23). Sum of RGB (Red+Green+Blue) = 239+7+23=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0717 is #10F8E8. Grayscale: #4E4E4E. Windows color (decimal): -1112297 or 1509359. OLE color: 1509359.

HSL color Cylindrical-coordinate representation of color #EF0717: hue angle of 355.86º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0717 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 7 23 -
CMYK 0 0.97 0.90 0.06
HSL 355.86º 0.94% 0.48% -
HSV(B) 355.86º 0.97% 0.94% -
XYZ 35.83 18.56 2.51 -
YUV 78.19 96.86 242.7 -
System Red Green Blue C M Y K H S L
Decimal 239 7 23 0 0.97 0.90 0.06 355.86 0.94 0.48
Hex EF 7 17 0 61 5A 6 164 5E 30
Octal 357 7 27 0 141 132 6 544 136 60
Binary 11101111 111 10111 0 1100001 1011010 110 101100100 1011110 110000

Color Harmonies of #EF0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0717

Black with #EF0717

Text Example


Text Example

White with #EF0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0717; }

 p { color: rgb(239,7,23); }

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

background-color css

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

 a { background-color: rgb(239,7,23); }

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

border-color css

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

 span { border-color: rgb(239,7,23); }

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